-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.17 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
44
45
46
47
48
49
{
"name": "cra-hive",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:4000",
"dependencies": {
"@react-spring/three": "^9.7.3",
"@react-three/drei": "^9.105.2",
"@react-three/fiber": "^8.16.1",
"@types/express": "^4.17.21",
"@types/node": "^20.0",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.9",
"@types/three": "^0.137",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint-config-react-app": "^7.0.1",
"express": "^4.19.2",
"express-winston": "^4.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.2.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"socket.io": "^4.7.5",
"socket.io-client": "^4.1.3",
"three": "^0.163.0",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"vite": "^5.2.8",
"vite-plugin-svgr": "^4.2.0"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"server": "ts-node src/server/app.ts"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}