-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.55 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "three-cannon-app",
"version": "1.0.0",
"description": "three.js + cannon + webpack + babel + eslint",
"license": "GPL 3",
"author": {
"name": ""
},
"scripts": {
"start": "webpack-dev-server --mode development --content-base dist/ --port 2000 ",
"build": "webpack -p --mode production",
"watch": "webpack --mode development --watch"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-core": "latest",
"babel-eslint": "latest",
"babel-loader": "^8.0.4",
"babel-preset-env": "latest",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "latest",
"eslint": "latest",
"file-loader": "latest",
"html-webpack-plugin": "^3.2.0",
"style-loader": "latest",
"url-loader": "latest",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "latest"
},
"dependencies": {
"aframe": "^0.8.2",
"aframe-aabb-collider-component": "^3.1.0",
"aframe-animation-component": "^5.1.2",
"aframe-aterrain-component": "^1.2.0",
"aframe-click-drag-component": "^3.0.1",
"aframe-environment-component": "^1.1.0",
"aframe-extras": "^5.0.1",
"aframe-gltf-exporter-component": "^0.1.0",
"aframe-href-component": "^0.5.1",
"aframe-look-at-component": "^0.7.0",
"aframe-physics-system": "^3.3.0",
"aframe-playground-components": "^0.1.1",
"aframe-ui-modal-component": "^1.0.2",
"cannon": "github:schteppe/cannon.js",
"sketchbook": "^1.0.0",
"three": "latest",
"three-obj-mtl-loader": "^1.0.3"
}
}