-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 977 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
{
"author": "Andres Rodriguez",
"name": "rps",
"version": "0.1.0",
"private": true,
"dependencies": {
"auth0-js": "^8.10.1",
"history": "^4.7.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-redux": "^5.0.0-alpha.8",
"react-scripts": "1.0.14",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start":
"REACT_APP_AUTH0_DOMAIN=$AUTH0_DOMAIN REACT_APP_AUTH0_CLIENT_ID=$AUTH0_CLIENT_ID react-scripts start",
"build":
"REACT_APP_AUTH0_DOMAIN=$AUTH0_DOMAIN REACT_APP_AUTH0_CLIENT_ID=$AUTH0_CLIENT_ID react-scripts build",
"test":
"REACT_APP_AUTH0_DOMAIN=$AUTH0_DOMAIN REACT_APP_AUTH0_CLIENT_ID=$AUTH0_CLIENT_ID react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {},
"license": "MIT"
}