-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 977 Bytes
/
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
{
"name": "nex",
"version": "1.0.0",
"main": "main.js",
"dependencies": {
"ammo.js": "^0.0.10",
"ammojs-typed": "^1.0.6",
"cannon": "^0.6.2",
"chevrotain": "^10.5.0",
"draco3d": "^1.5.6",
"esbuild": "^0.18.20",
"fflate": "^0.6.10",
"ktx-parse": "^0.4.5",
"lil-gui": "^0.18.2",
"lodash": "^4.17.21",
"mmd-parser": "^1.0.4",
"nanoid": "^3.3.7",
"opentype.js": "^1.3.4",
"picocolors": "^1.0.0",
"postcss": "^8.4.35",
"potpack": "^1.0.2",
"regenerator-runtime": "^0.13.11",
"regexp-to-ast": "^0.5.0",
"rollup": "^3.29.4",
"source-map-js": "^1.0.2",
"string.prototype.codepointat": "^0.2.1",
"three": "^0.151.3",
"three-stdlib": "^2.21.8",
"tiny-inflate": "^1.0.3",
"vite": "^4.5.2",
"zstddec": "^0.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
}