-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 908 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
{
"scripts": {
"start": "gulp",
"serve": " nodemon server/app.js"
},
"dependencies": {
"babel": "^6.5.2",
"babel-loader": "^6.2.7",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"d3": "^4.3.0",
"express": "^4.14.0",
"lodash": "^4.16.6",
"react": "^15.3.2",
"react-css-modules": "^3.7.10",
"react-dom": "^15.3.2",
"socket.io": "^1.5.1",
"style-loader": "^0.13.1",
"three-js": "^79.0.0",
"tween.js": "^16.3.5"
},
"devDependencies": {
"babel-preset-react": "^6.16.0",
"css-loader": "^0.25.0",
"gulp": "^3.9.1",
"gulp-jasmine-browser": "^1.7.1",
"gulp-webpack": "^1.5.0",
"merge-stream": "^1.0.0",
"node-sass": "^3.11.1",
"resolve-url": "^0.2.1",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.2"
}
}