-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "openrailwaysim",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ws": "cross-env HOST=0.0.0.0 PORT=8080 tsx bin/ws-server.ts"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.8",
"@next/font": "13.1.6",
"@react-three/drei": "^9.56.20",
"@react-three/fiber": "^8.11.0",
"@turf/bearing": "^6.5.0",
"@turf/destination": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/point-on-feature": "^6.5.0",
"@types/node": "18.13.0",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/three": "^0.149.0",
"@types/ws": "^8.5.10",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"three": "^0.149.0",
"three-stdlib": "^2.21.8",
"typescript": "4.9.5",
"valtio": "^1.10.1",
"ws": "^8.15.1"
},
"devDependencies": {
"cross-env": "^7.0.3",
"json-loader": "^0.5.7",
"tsx": "^4.7.0"
}
}