-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.03 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": "netcode-workbench",
"version": "0.0.1",
"description": "Workbench to test and analyze the behavior of different netcode algorithms",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --base=/netcode-workbench/",
"serve": "vite preview"
},
"repository": "github:supertorpe/netcode-workbench/",
"author": "supertorpe",
"license": "MIT",
"bugs": {
"url": "https://github.com/supertorpe/netcode-workbench/issues"
},
"homepage": "https://supertorpe.github.io/netcode-workbench/",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"angular": "^1.8.2",
"cbor-x": "^0.9.4",
"jspanel4": "^4.13.0",
"mini.css": "^3.0.1",
"msgpackr": "^1.5.1",
"planck-js": "^0.3.31",
"streamsaver": "^2.0.5",
"uplot": "^1.6.17",
"xorshift": "^1.2.0"
},
"devDependencies": {
"@types/angular": "^1.8.3",
"@types/node": "^16.11.11",
"@types/streamsaver": "^2.0.1",
"@vitejs/plugin-legacy": "^1.6.3",
"typescript": "^4.5.2",
"vite": "^2.6.14"
}
}