-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 888 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 888 Bytes
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
{
"name": "personal_project",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-passport-logout": "^0.1.0",
"express-session": "^1.15.6",
"massive": "^4.5.0",
"passport": "^0.4.0",
"passport-auth": "^0.1.4",
"passport-auth0": "^0.6.0",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-promise-middleware": "^4.4.2"
},
"scripts": {
"build": "react-scripts build",
"deploy": "now --public --dotenv=.env.prod -d",
"now-start": "node server.js",
"start": "react-scripts start"
},
"now": {
"alias": "runner-demo"
}
}