-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 892 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
{
"name": "three.js-typescript-tutorial",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "webpack serve --config ./src/client/webpack.dev.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack build --config ./src/client/webpack.dev.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/emscripten": "^1.39.6",
"lil-gui": "^0.16.0",
"npm-check-updates": "^16.14.20",
"pressure": "^2.2.0",
"webpack-dev-server": "^4.7.3"
},
"devDependencies": {
"@types/dat.gui": "^0.7.7",
"@types/three": "^0.136.1",
"three": "^0.136.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
}
}