json
38 lines
884 Bytes
| 1 | { |
| 2 | "name": "setoelkahfi.web.id-firebase", |
| 3 | "version": "0.1.0", |
| 4 | "private": true, |
| 5 | "dependencies": { |
| 6 | "@types/jest": "^24.0.25", |
| 7 | "@types/node": "^13.1.4", |
| 8 | "@types/react": "^16.9.17", |
| 9 | "@types/react-dom": "^16.9.4", |
| 10 | "@types/react-router-dom": "^5.1.3", |
| 11 | "firebase": "^5.8.4", |
| 12 | "react": "^16.8.3", |
| 13 | "react-dom": "^16.8.3", |
| 14 | "react-intl": "^2.8.0", |
| 15 | "react-rotating-text": "^1.2.1", |
| 16 | "react-router-dom": "^4.3.1", |
| 17 | "react-scripts": "3.3.0", |
| 18 | "typescript": "^3.7.4" |
| 19 | }, |
| 20 | "scripts": { |
| 21 | "start": "react-scripts start", |
| 22 | "build": "react-scripts build", |
| 23 | "test": "react-scripts test", |
| 24 | "eject": "react-scripts eject" |
| 25 | }, |
| 26 | "eslintConfig": { |
| 27 | "extends": "react-app" |
| 28 | }, |
| 29 | "browserslist": [ |
| 30 | ">0.2%", |
| 31 | "not dead", |
| 32 | "not ie <= 11", |
| 33 | "not op_mini all" |
| 34 | ], |
| 35 | "devDependencies": { |
| 36 | "@types/react-intl": "^3.0.0" |
| 37 | } |
| 38 | } |