generated from tam11a/react-ts-pwa-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.4 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
{
"name": "my-react-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@hookform/resolvers": "2.9.10",
"@iconify/react": "4.0.1",
"@mui/material": "5.11.2",
"@mui/x-data-grid": "5.17.25",
"@tam11a/react-use-hooks": "0.1.1",
"@tanstack/react-query": "4.20.4",
"antd": "5.1.2",
"axios": "1.2.2",
"dayjs": "^1.11.9",
"file-saver": "2.0.5",
"joi": "^17.10.1",
"join-path": "^1.1.1",
"moment": "2.29.4",
"nprogress": "0.2.0",
"path.join": "^1.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-hook-form": "7.41.5",
"react-icons": "4.7.1",
"react-router-dom": "6.4.3",
"recharts": "^2.8.0",
"url-join": "^5.0.0",
"zod": "3.20.2"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/nprogress": "0.2.0",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@vitejs/plugin-react": "2.2.0",
"autoprefixer": "10.4.13",
"cssnano": "5.1.14",
"postcss": "8.4.20",
"tailwindcss": "3.2.4",
"typescript": "4.6.4",
"vite": "3.2.3",
"vite-plugin-pwa": "0.14.0",
"vite-plugin-tsconfig-paths": "1.2.0"
}
}