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", |
Krishya | 57cc17b | 2025-05-26 16:43:34 +0800 | [diff] [blame^] | 9 | "axios": "^0.27.2", |
| 10 | "crypto-js": "^4.2.0", |
Krishya | 7ec1dd0 | 2025-04-19 15:29:03 +0800 | [diff] [blame] | 11 | "quill": "^2.0.3", |
Krishya | 75e43c0 | 2025-04-05 21:16:30 +0800 | [diff] [blame] | 12 | "react": "^19.1.0", |
| 13 | "react-dom": "^19.1.0", |
Krishya | 57cc17b | 2025-05-26 16:43:34 +0800 | [diff] [blame^] | 14 | "react-router-dom": "^7.6.1", |
Krishya | 75e43c0 | 2025-04-05 21:16:30 +0800 | [diff] [blame] | 15 | "react-scripts": "5.0.1", |
Krishya | 1df0589 | 2025-04-05 21:16:30 +0800 | [diff] [blame] | 16 | "web-vitals": "^2.1.4", |
| 17 | "wouter": "^3.6.0" |
Krishya | 75e43c0 | 2025-04-05 21:16:30 +0800 | [diff] [blame] | 18 | }, |
| 19 | "scripts": { |
| 20 | "start": "react-scripts start", |
| 21 | "build": "react-scripts build", |
| 22 | "test": "react-scripts test", |
| 23 | "eject": "react-scripts eject" |
| 24 | }, |
| 25 | "eslintConfig": { |
| 26 | "extends": [ |
| 27 | "react-app", |
| 28 | "react-app/jest" |
| 29 | ] |
| 30 | }, |
| 31 | "browserslist": { |
| 32 | "production": [ |
| 33 | ">0.2%", |
| 34 | "not dead", |
| 35 | "not op_mini all" |
| 36 | ], |
| 37 | "development": [ |
| 38 | "last 1 chrome version", |
| 39 | "last 1 firefox version", |
| 40 | "last 1 safari version" |
| 41 | ] |
| 42 | }, |
| 43 | "devDependencies": { |
Krishya | 57cc17b | 2025-05-26 16:43:34 +0800 | [diff] [blame^] | 44 | "@babel/preset-env": "^7.27.2", |
| 45 | "@babel/preset-react": "^7.27.1", |
Krishya | 75e43c0 | 2025-04-05 21:16:30 +0800 | [diff] [blame] | 46 | "@testing-library/jest-dom": "^6.6.3", |
Krishya | 57cc17b | 2025-05-26 16:43:34 +0800 | [diff] [blame^] | 47 | "@testing-library/react": "^16.3.0", |
| 48 | "babel-jest": "^30.0.0-beta.3" |
Krishya | 1df0589 | 2025-04-05 21:16:30 +0800 | [diff] [blame] | 49 | }, |
| 50 | "jest": { |
| 51 | "transformIgnorePatterns": [ |
| 52 | "/node_modules/(?!wouter)" |
| 53 | ] |
Krishya | 75e43c0 | 2025-04-05 21:16:30 +0800 | [diff] [blame] | 54 | } |
| 55 | } |