-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "3base",
"version": "0.1.31",
"main": "lib/3base.js",
"description": "3d Web Application Engine (THREE.js and Ammo.js Wrapper)",
"scripts": {
"test": "echo \"PASS\" && exit 0",
"dev": "webpack-dev-server --mode development --content-base srv/",
"watch": "webpack --progress --colors --watch --mode development",
"dist": "webpack --mode production",
"prepare": "node_modules/babel-cli/bin/babel.js src --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:seemywingz/3base.git"
},
"author": "Kevin Jayne",
"license": "ISC",
"bugs": {
"url": "https://github.com/seemywingz/3base/issues"
},
"homepage": "https://Torch.Cloud",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"babel-cli": "^6.26.0",
"babel-loader": "^8.1.0",
"imports-loader": "^1.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"ammo.js": "^0.0.10",
"three": "^0.119.1"
},
"postinstall": "install-app-deps"
}