-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.16 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
{
"name": "cs-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev-jury": "vite --mode jury",
"build": "tsc && vite build",
"build-jury": "tsc && vite build --mode jury",
"preview": "npm run build && vite preview"
},
"dependencies": {
"@react-spring/three": "^9.7.2",
"@react-three/drei": "^9.74.15",
"@react-three/fiber": "^8.13.3",
"@reduxjs/toolkit": "^1.9.5",
"common": "file:../common-front",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.6.2",
"react-use-websocket": "^4.3.1",
"three": "^0.152.2"
},
"devDependencies": {
"@types/three": "^0.152.1",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^4.0.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^3.0.0",
"sass": "^1.57.1",
"typescript": "^4.9.3",
"vite": "^4.0.4"
}
}