forked from drinkingChai/grace-shopper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.33 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
{
"name": "grace-shopper",
"version": "1.0.0",
"description": "",
"main": "server/index.js",
"scripts": {
"postinstall": "webpack & node ./server/db/seed.js & node-sass scss/ -o public/",
"start": "node server",
"start:dev": "webpack -w & node-sass -w scss/ -o public/ & DATABASE_URL=postgres://localhost/graceshopper SESSIONSECRET='zlenchwlo83yP)(@' nodemon server --ignore client/ --ignore public/",
"seed": "DATABASE_URL=postgres://localhost/graceshopper node ./server/db/seed.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.16.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"body-parser": "^1.18.2",
"bootstrap": "^3.3.7",
"client-sessions": "^0.8.0",
"crypto": "^1.0.1",
"express": "^4.16.1",
"faker": "^4.1.0",
"morgan": "^1.9.0",
"node-sass": "^4.5.3",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"pg": "^7.3.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"sequelize": "^4.14.0",
"webpack": "^3.7.1"
},
"devDependencies": {}
}