-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 978 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": "my-app",
"version": "0.0.1",
"description": "",
"main": "server.js",
"scripts": {
"start": "gulp && node server.js"
},
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.3.14",
"express": "^4.14.0",
"jquery": "^3.1.0",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-redux": "^4.4.0",
"react-tap-event-plugin": "^0.2.2",
"redux": "^3.3.1",
"redux-thunk": "^2.1.0",
"require-dir": "^0.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^5.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-connect": "^3.1.0",
"gulp-less": "^3.1.0",
"gulp-notify": "^2.2.0",
"gulp-stylus": "^2.5.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"recursive-readdir": "^2.0.0"
}
}