-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 935 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
{
"name": "three.js-typescript-boilerplate",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "webpack --config ./src/client/webpack.prod.js",
"dev": "webpack serve --config ./src/client/webpack.dev.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./dist/server/server.js"
},
"author": "Sean Bradley",
"license": "ISC",
"devDependencies": {
"@types/dat.gui": "^0.7.7",
"@types/express": "^4.17.21",
"@types/three": "^0.136.1",
"buttonvr": "^2.0.3",
"cannon-es": "^0.20.0",
"jeasings": "^0.0.11",
"statsvr": "^3.1.6",
"three": "^0.137.2",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"express": "^4.19.2"
}
}