-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 877 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 877 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
{
"name": "slam",
"version": "1.0.0",
"scripts": {
"dev": "cross-env API_ENV=dev vite",
"prod": "cross-env API_ENV=prod vite",
"build": "cross-env API_ENV=prod vite build",
"preview": "vite preview"
},
"author": "",
"license": "ISC",
"dependencies": {
"react": "^18.2.67",
"react-dom": "^18.2.67",
"react-router": "^6.17.0",
"react-router-dom": "^6.17.0",
"classnames": "^2.5.1",
"@whzhuke/common": "1.0.0",
"vconsole": "^3.15.1"
},
"devDependencies": {
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.67",
"cross-env": "^7.0.3",
"typescript": "^5.4.3",
"vite": "^5.2.2",
"vite-plugin-glsl": "^1.3.0",
"vite-plugin-node-polyfills": "^0.22.0",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@vitejs/plugin-basic-ssl": "latest",
"@vitejs/plugin-react": "^4.2.1"
}
}