-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.73 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "credere-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.1.0",
"@mui/material": "^5.13.1",
"@mui/x-date-pickers": "^6.9.0",
"@tanstack/react-query": "^4.29.7",
"@tanstack/react-query-devtools": "^4.29.7",
"@transifex/cli": "^7.1.0",
"@transifex/native": "^7.1.0",
"@transifex/react": "^7.1.0",
"axios": "^1.6.0",
"dayjs": "^1.11.8",
"lodash": "^4.17.21",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.9",
"react-markdown": "^8.0.7",
"react-number-format": "^5.2.2",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.11.2",
"recharts": "^2.7.2",
"tailwind-merge": "^1.12.0",
"zod": "^3.22.3"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/addon-mdx-gfm": "^7.0.18",
"@storybook/addon-styling": "^1.0.8",
"@storybook/blocks": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/react-vite": "^7.0.18",
"@storybook/testing-library": "^0.1.0",
"@types/lodash": "^4.14.194",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.31",
"prop-types": "^15.8.1",
"storybook": "^7.0.18",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.5.5",
"vite-plugin-checker": "^0.6.0",
"vite-tsconfig-paths": "^4.2.0"
}
}