|
1 | 1 | { |
2 | | - "name": "centralized-login", |
3 | | - "version": "0.2.0", |
4 | | - "private": true, |
5 | | - "devDependencies": { |
6 | | - "react-scripts": "^2.1.1" |
7 | | - }, |
8 | | - "dependencies": { |
9 | | - "auth0-js": "^9.0.0", |
10 | | - "bootstrap": "^3.3.7", |
11 | | - "react": "^15.6.1", |
12 | | - "react-bootstrap": "^0.31.2", |
13 | | - "react-dom": "^15.6.1", |
14 | | - "react-router": "^4.1.2", |
15 | | - "react-router-dom": "^4.1.2" |
16 | | - }, |
17 | | - "scripts": { |
18 | | - "start": "react-scripts start", |
19 | | - "build": "react-scripts build", |
20 | | - "test": "react-scripts test --env=jsdom", |
21 | | - "eject": "react-scripts eject" |
22 | | - }, |
23 | | - "eslintConfig": { |
24 | | - "extends": "react-app" |
25 | | - }, |
26 | | - "browserslist": [ |
27 | | - ">0.2%", |
28 | | - "not dead", |
29 | | - "not ie <= 11", |
30 | | - "not op_mini all" |
31 | | - ] |
| 2 | + "name": "centralized-login", |
| 3 | + "version": "0.2.0", |
| 4 | + "private": true, |
| 5 | + "devDependencies": { |
| 6 | + "react-scripts": "^2.1.8" |
| 7 | + }, |
| 8 | + "dependencies": { |
| 9 | + "auth0-js": "^9.0.0", |
| 10 | + "bootstrap": "^3.3.7", |
| 11 | + "react": "^16.8.6", |
| 12 | + "react-bootstrap": "^0.31.2", |
| 13 | + "react-dom": "^16.8.6", |
| 14 | + "react-router": "^5.0.0", |
| 15 | + "react-router-dom": "^5.0.0" |
| 16 | + }, |
| 17 | + "scripts": { |
| 18 | + "start": "react-scripts start", |
| 19 | + "build": "react-scripts build", |
| 20 | + "test": "react-scripts test --env=jsdom", |
| 21 | + "eject": "react-scripts eject" |
| 22 | + }, |
| 23 | + "eslintConfig": { |
| 24 | + "extends": "react-app" |
| 25 | + }, |
| 26 | + "browserslist": [ |
| 27 | + ">0.2%", |
| 28 | + "not dead", |
| 29 | + "not ie <= 11", |
| 30 | + "not op_mini all" |
| 31 | + ] |
32 | 32 | } |
0 commit comments