-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1003 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
32
33
34
35
36
37
38
39
40
{
"name": "webgl-threejs-demo",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "webpack",
"dev": "webpack-dev-server",
"heroku-postbuild": "npm run compile",
"start": "harp server --port $PORT"
},
"author": "",
"license": "ISC",
"dependencies": {
"gl-matrix": "^2.4.0",
"harp": "*",
"shader-particle-engine": "git://github.com/AndrewRayCode/ShaderParticleEngine.git#forever",
"three": "^0.87.1",
"three-js-csg": "^72.0.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"css-loader": "^0.28.7",
"eslint": "^4.6.1",
"redux-devtools": "^3.4.0",
"style-loader": "^0.18.2",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.7.1",
"worker-loader": "^0.8.1"
},
"cacheDirectories": [
"node_modules"
],
"engines": {
"node": "7.10.0"
}
}