-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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
{
"name": "vite-project",
"private": true,
"version": "0.18.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node ./buildVersion.cjs",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ahooksjs/use-url-state": "^3.5.1",
"@ant-design/icons": "^5.3.0",
"@vitejs/plugin-legacy": "^5.3.0",
"ahooks": "^3.7.8",
"antd": "^5.14.2",
"await-to-js": "^3.0.0",
"axios": "^1.6.5",
"browser-video-thumbnail-generator": "^1.2.8",
"bytes": "^3.1.2",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"download-in-browser": "^0.2.0",
"howler": "^2.2.4",
"i18next": "^23.7.19",
"i18next-browser-languagedetector": "^7.2.0",
"ini": "^4.1.2",
"lodash": "^4.17.21",
"mime": "^4.0.1",
"mitt": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.1",
"react-router-dom": "^6.21.3",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"terser": "^5.27.0",
"vite": "^5.0.8",
"vite-plugin-svgr": "^4.2.0"
}
}