-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "myadmin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:dev": "tsc && vite build --mode development",
"build:test": "tsc && vite build --mode test",
"build:pro": "tsc && vite build --mode production",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@reduxjs/toolkit": "^1.9.3",
"ahooks": "^3.8.4",
"antd": "^5.3.0",
"classnames": "^2.5.1",
"html5-qrcode": "^2.3.8",
"i18next-browser-languagedetector": "^7.0.1",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.5",
"react-i18next": "^12.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.2",
"redux": "^4.2.1",
"sort-by": "^1.2.0",
"vite-plugin-imp": "^2.3.1"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"sass": "^1.58.3",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-mock-dev-server": "^1.0.4"
}
}