-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1 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
{
"name": "simulo-nt",
"displayName": "Simulo NT",
"version": "0.9.0-alpha",
"dependencies": {
"@dimforge/rapier2d-compat": "^0.11.2",
"@dimforge/rapier3d-compat": "^0.11.2",
"@mdi/svg": "^7.2.96",
"@pixi/filter-outline": "^5.2.0",
"@pixi/graphics-smooth": "^1.1.0",
"ansi-colors": "^4.1.3",
"chokidar": "^3.5.3",
"earcut": "^2.2.4",
"express": "^4.18.2",
"p2-es": "./other/p2-es-1.3.0.tgz",
"pixi-viewport": "^5.0.2",
"pixi.js": "^7.2.4",
"poly-decomp": "^0.3.0",
"polygon-splitter": "^0.0.11",
"terminal-link": "^3.0.0",
"three": "^0.156.1",
"tree-kill": "^1.2.2",
"ws": "^8.14.1"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.6.1",
"@types/three": "^0.156.0",
"@types/ws": "^8.5.5",
"bun-types": "^1.0.1",
"gh-pages": "^6.0.0",
"typescript": "^5.2.2"
},
"scripts": {
"dev": "bun run scripts/build.ts --sourcemaps=inline && python3 -m http.server --directory dist 3012"
}
}