-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1 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
{
"name": "react-boilerplate",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "gulp"
},
"dependencies": {
"babel-core": "^6.23.1",
"babel-preset-react": "^6.23.0",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.5.6",
"express": "~4.13.1",
"history": "^4.6.1",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"mongoose": "^4.9.2",
"morgan": "~1.6.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-browserify": "^0.5.1",
"gulp-clean-css": "^3.0.3",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}