-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 910 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
{
"name": "cobrab2c",
"version": "0.0.1",
"main": "server.js",
"engines": {
"node": "6.10.0",
"npm": "3.10.10"
},
"scripts": {
"dev": "webpack -d --watch & nodemon server.js -e js,jsx",
"build": "webpack -d && gulp",
"start": "nodemon server.js -e js,jsx"
},
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"body-parser": "^1.17.2",
"classnames": "^2.2.5",
"express": "^4.13.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-less": "^3.3.2",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"morgan": "^1.8.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^3.0.5",
"request": "^2.81.0",
"sprintf-js": "^1.1.1",
"underscore": "^1.8.3",
"webpack": "^3.0.0"
}
}