Krishya | 75e43c0 | 2025-04-05 21:16:30 +0800 | [diff] [blame^] | 1 | { |
| 2 | "name": "echo-frontend", |
| 3 | "version": "0.1.0", |
| 4 | "private": true, |
| 5 | "dependencies": { |
| 6 | "@testing-library/dom": "^10.4.0", |
| 7 | "@testing-library/user-event": "^13.5.0", |
| 8 | "react": "^19.1.0", |
| 9 | "react-dom": "^19.1.0", |
| 10 | "react-router-dom": "^7.5.0", |
| 11 | "react-scripts": "5.0.1", |
| 12 | "web-vitals": "^2.1.4" |
| 13 | }, |
| 14 | "scripts": { |
| 15 | "start": "react-scripts start", |
| 16 | "build": "react-scripts build", |
| 17 | "test": "react-scripts test", |
| 18 | "eject": "react-scripts eject" |
| 19 | }, |
| 20 | "eslintConfig": { |
| 21 | "extends": [ |
| 22 | "react-app", |
| 23 | "react-app/jest" |
| 24 | ] |
| 25 | }, |
| 26 | "browserslist": { |
| 27 | "production": [ |
| 28 | ">0.2%", |
| 29 | "not dead", |
| 30 | "not op_mini all" |
| 31 | ], |
| 32 | "development": [ |
| 33 | "last 1 chrome version", |
| 34 | "last 1 firefox version", |
| 35 | "last 1 safari version" |
| 36 | ] |
| 37 | }, |
| 38 | "devDependencies": { |
| 39 | "@testing-library/jest-dom": "^6.6.3", |
| 40 | "@testing-library/react": "^16.3.0" |
| 41 | } |
| 42 | } |