forked from tamani-coding/enable3d-physics-examples
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 772 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 772 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
{
"name": "threejs-ammojs-webpack-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run bundle && npm-run-all --parallel webpack serve",
"serve": "cd src && live-server",
"bundle": "webpack --config webpack.config.js",
"webpack": "webpack --config webpack.config.js --watch"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@enable3d/ammo-physics": "0.22.0-dev.1",
"@enable3d/three-graphics": "0.22.0-dev.1",
"enable3d": "^0.21.0",
"three": "0.125.2"
},
"devDependencies": {
"live-server": "^1.2.1",
"npm-run-all": "^4.1.5",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.14.0",
"webpack-cli": "^4.3.1"
}
}