-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1001 Bytes
/
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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"preview": "vite preview --host 0.0.0.0",
"deploy": "gh-pages -d dist"
},
"homepage": "https://maiwei-edu.github.io/maiwei-edu-frontend/",
"dependencies": {
"@reduxjs/toolkit": "^1.9.3",
"antd": "^5.3.2",
"axios": "^1.3.4",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"redux": "^4.2.1",
"sort-by": "^1.2.0",
"web-vitals": "^3.3.0"
},
"devDependencies": {
"@types/node": "^20.4.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.0.0",
"gh-pages": "^6.0.0",
"rollup-plugin-gzip": "^3.1.0",
"sass": "^1.59.3",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}