|
| 1 | +{ |
| 2 | + "name": "AkoTo", |
| 3 | + "version": "0.0.1", |
| 4 | + "private": true, |
| 5 | + "dependencies": { |
| 6 | + "@capacitor/core": "2.0.1", |
| 7 | + "@ionic/react": "^5.0.7", |
| 8 | + "@ionic/react-router": "^5.0.7", |
| 9 | + "@testing-library/jest-dom": "^4.2.4", |
| 10 | + "@testing-library/react": "^9.4.0", |
| 11 | + "@testing-library/user-event": "^8.0.3", |
| 12 | + "@types/jest": "^24.0.25", |
| 13 | + "@types/node": "^12.12.24", |
| 14 | + "@types/react": "^16.9.17", |
| 15 | + "@types/react-dom": "^16.9.4", |
| 16 | + "@types/react-router": "^5.1.4", |
| 17 | + "@types/react-router-dom": "^5.1.3", |
| 18 | + "ionicons": "^5.0.0", |
| 19 | + "react": "^16.13.0", |
| 20 | + "react-dom": "^16.13.0", |
| 21 | + "react-router": "^5.1.2", |
| 22 | + "react-router-dom": "^5.1.2", |
| 23 | + "react-scripts": "3.4.1", |
| 24 | + "typescript": "3.8.3" |
| 25 | + }, |
| 26 | + "scripts": { |
| 27 | + "start": "react-scripts start", |
| 28 | + "build": "react-scripts build", |
| 29 | + "test": "react-scripts test", |
| 30 | + "eject": "react-scripts eject" |
| 31 | + }, |
| 32 | + "eslintConfig": { |
| 33 | + "extends": "react-app" |
| 34 | + }, |
| 35 | + "browserslist": { |
| 36 | + "production": [ |
| 37 | + ">0.2%", |
| 38 | + "not dead", |
| 39 | + "not op_mini all" |
| 40 | + ], |
| 41 | + "development": [ |
| 42 | + "last 1 chrome version", |
| 43 | + "last 1 firefox version", |
| 44 | + "last 1 safari version" |
| 45 | + ] |
| 46 | + }, |
| 47 | + "devDependencies": { |
| 48 | + "@capacitor/cli": "2.0.1" |
| 49 | + }, |
| 50 | + "description": "An Ionic project" |
| 51 | +} |
0 commit comments