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": { |
Krishya | 1df0589 | 2025-04-05 21:16:30 +0800 | [diff] [blame^] | 6 | "@icon-park/react": "^1.4.2", |
Krishya | 75e43c0 | 2025-04-05 21:16:30 +0800 | [diff] [blame] | 7 | "@testing-library/dom": "^10.4.0", |
| 8 | "@testing-library/user-event": "^13.5.0", |
| 9 | "react": "^19.1.0", |
| 10 | "react-dom": "^19.1.0", |
| 11 | "react-router-dom": "^7.5.0", |
| 12 | "react-scripts": "5.0.1", |
Krishya | 1df0589 | 2025-04-05 21:16:30 +0800 | [diff] [blame^] | 13 | "web-vitals": "^2.1.4", |
| 14 | "wouter": "^3.6.0" |
Krishya | 75e43c0 | 2025-04-05 21:16:30 +0800 | [diff] [blame] | 15 | }, |
| 16 | "scripts": { |
| 17 | "start": "react-scripts start", |
| 18 | "build": "react-scripts build", |
| 19 | "test": "react-scripts test", |
| 20 | "eject": "react-scripts eject" |
| 21 | }, |
| 22 | "eslintConfig": { |
| 23 | "extends": [ |
| 24 | "react-app", |
| 25 | "react-app/jest" |
| 26 | ] |
| 27 | }, |
| 28 | "browserslist": { |
| 29 | "production": [ |
| 30 | ">0.2%", |
| 31 | "not dead", |
| 32 | "not op_mini all" |
| 33 | ], |
| 34 | "development": [ |
| 35 | "last 1 chrome version", |
| 36 | "last 1 firefox version", |
| 37 | "last 1 safari version" |
| 38 | ] |
| 39 | }, |
| 40 | "devDependencies": { |
| 41 | "@testing-library/jest-dom": "^6.6.3", |
| 42 | "@testing-library/react": "^16.3.0" |
Krishya | 1df0589 | 2025-04-05 21:16:30 +0800 | [diff] [blame^] | 43 | }, |
| 44 | "jest": { |
| 45 | "transformIgnorePatterns": [ |
| 46 | "/node_modules/(?!wouter)" |
| 47 | ] |
Krishya | 75e43c0 | 2025-04-05 21:16:30 +0800 | [diff] [blame] | 48 | } |
| 49 | } |