-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 940 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·35 lines (35 loc) · 940 Bytes
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
{
"scripts": {
"start": "webpack-dev-server --mode development",
"start:production": "webpack-dev-server --mode production",
"build": "webpack --mode production",
"test": "jest"
},
"dependencies": {
"copy-webpack-plugin": "^11.0.0",
"dat.gui": "0.7.7",
"gl-matrix": "3.4.3",
"html-webpack-plugin": "^5.4.0",
"spectorjs": "0.9.27",
"stats-js": "1.0.1",
"terser-webpack-plugin": "^5.2.4",
"three": "^0.133.1",
"webgl-debug": "2.0.1"
},
"devDependencies": {
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@types/gl-matrix": "^3.2.0",
"@types/jest": "^29.2.5",
"@types/three": "^0.148.0",
"babel-loader": "8.2.3",
"jest": "^29.3.1",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "5.59.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "4.3.1",
"webpack-glsl-loader": "1.0.1"
}
}