forked from DebuggerDuck/DebuggerDuck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "npm run build; nodemon --ignore 'client/*.js' server/server.js",
"build": "./node_modules/.bin/gulp build"
},
"devDependencies": {
"gulp-watch": "^4.3.11"
},
"dependencies": {
"aws-sdk": "^2.7.12",
"axios": "^0.15.3",
"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",
"babelify": "^7.3.0",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"browserify": "^13.1.1",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.10.2",
"express-session": "^1.14.2",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^1.9.1",
"http": "0.0.0",
"jquery": "^3.1.1",
"lodash": "^4.17.2",
"mocha": "^3.2.0",
"mongoose": "^4.7.1",
"morgan": "^1.7.0",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-modal-bootstrap": "^1.1.0",
"shortid": "^2.2.6",
"socket.io": "^1.7.1",
"socket.io-client": "^1.7.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}