-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 889 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 889 Bytes
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
{
"name": "trip-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@reduxjs/toolkit": "^1.9.1",
"antd": "^4",
"axios": "^1.1.3",
"dayjs": "^1.11.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router": "^6.4.3",
"react-router-dom": "^6.4.3",
"redux": "^4.2.0",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@types/node": "^18.11.10",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"body-parser": "^1.20.1",
"express": "^4.18.2",
"less": "^4.1.3",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"typescript": "^4.6.4",
"vite": "^3.2.3"
}
}