forked from DebuggerDuck/DebuggerDuck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 903 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "nodemon --ignore 'client/*.js' server/server.js",
"build": "gulp build"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"mocha": "^3.2.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^1.9.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"axios": "^0.15.3",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"express": "^4.14.0",
"jquery": "^3.1.1",
"lodash": "^4.17.2",
"mongoose": "^4.7.1",
"nodemon": "^1.11.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-modal-bootstrap": "^1.1.0"
}
}