-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
46
47
48
49
50
{
"name": "my-app",
"version": "0.0.1",
"description": "",
"main": "compiled/server/index.js",
"scripts": {
"start": "gulp && node compiled/server/index.js",
"server": "gulp server && node compiled/server/index.js",
"client": "gulp client && node compiled/server/index.js"
},
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.16.0",
"body-parser": "^1.15.2",
"composable-middleware": "^0.3.0",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"jquery": "^3.1.1",
"jsonwebtoken": "^7.1.9",
"material-ui": "^0.16.1",
"moment": "https://registry.npmjs.org/moment/-/moment-2.15.2.tgz",
"mongoose": "^4.6.5",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"react-tap-event-plugin": "^0.2.2",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"require-dir": "^0.3.1",
"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"
}
}