-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 1.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
43
44
45
{
"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",
"jsonwebtoken": "^7.4.0",
"material-ui": "^0.16.6",
"moment": "^2.18.1",
"react": "^15.4.2",
"react-cookie": "^1.0.4",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.1",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"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"
}
}