forked from bfowler4/consume-more-stuff
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 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
{
"name": "consume-more-stuff",
"version": "0.1.0",
"private": true,
"dependencies": {
"aws-sdk": "^2.205.0",
"axios": "^0.18.0",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"bookshelf": "^0.12.1",
"connect-redis": "^3.3.3",
"express": "^4.16.2",
"express-session": "^1.15.6",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"knex": "^0.14.4",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.4.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"react-transition-group": "^1.2.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"concurrently": "^3.5.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"client": "cd src && npm run start",
"server": "cd server && nodemon server.js",
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\""
},
"proxy": "http://localhost:8080",
"homepage": "http://c20.winners.consumemorestuff.com"
}