-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.35 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
{
"private": true,
"scripts": {
"start": "npm i && npm run vendor && npm run watchProd",
"tsc": "tsc",
"tscw": "tsc --watch",
"vendor": "webpack --config webpack.config.vendor.js --mode production",
"dev": "webpack --mode development",
"prod": "webpack --mode production",
"watch": "webpack --watch --mode development",
"watchProd": "webpack --watch --mode production",
"serve": "http-server public/"
},
"dependencies": {
"@gltf-transform/core": "^1.2.3",
"@gltf-transform/extensions": "^1.2.4",
"@types/jquery": "^3.5.9",
"@types/node": "16.11.11",
"@types/three": "^0.135.0",
"@webgpu/glslang": "^0.0.15",
"@webgpu/types": "^0.1.7",
"3d-view-controls": "^2.2.2",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "3.2.0",
"fast-png": "^6.1.0",
"gl-matrix": "^3.4.3",
"glslify-loader": "^2.0.0",
"http-server": "14.0.0",
"jpeg-js": "^0.4.3",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^2.4.5",
"normalize-wheel": "^1.0.1",
"path": "^0.12.7",
"popper.js": "^1.16.1",
"raw-loader": "^4.0.2",
"rxjs": "^7.4.0",
"terser-webpack-plugin": "^5.2.5",
"three": "^0.135.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1"
}
}