TRM-coding | d1cbf67 | 2025-06-18 15:15:08 +0800 | [diff] [blame] | 1 | { |
| 2 | "name": "front", |
| 3 | "version": "0.1.0", |
| 4 | "private": true, |
| 5 | "dependencies": { |
| 6 | "@testing-library/dom": "^10.4.0", |
TRM-coding | 29174c2 | 2025-06-18 23:56:51 +0800 | [diff] [blame^] | 7 | "@emotion/react": "^11.14.0", |
TRM-coding | d1cbf67 | 2025-06-18 15:15:08 +0800 | [diff] [blame] | 8 | "@testing-library/jest-dom": "^6.6.3", |
| 9 | "@testing-library/react": "^16.3.0", |
| 10 | "@testing-library/user-event": "^13.5.0", |
| 11 | "react": "^19.1.0", |
| 12 | "react-dom": "^19.1.0", |
| 13 | "react-router-dom": "^6.14.1", |
| 14 | "react-scripts": "^5.0.1", |
| 15 | "web-vitals": "^2.1.4", |
| 16 | "lucide-react": "^0.468.0", |
TRM-coding | c4b4f3d | 2025-06-18 19:02:46 +0800 | [diff] [blame] | 17 | "antd": "^4.24.0", |
TRM-coding | 29174c2 | 2025-06-18 23:56:51 +0800 | [diff] [blame^] | 18 | "ajv": "^8.0.0", |
| 19 | "ajv-keywords": "^5.0.0", |
TRM-coding | 85e5c32 | 2025-06-18 19:49:21 +0800 | [diff] [blame] | 20 | "crypto-js": "^4.2.0", |
TRM-coding | 29174c2 | 2025-06-18 23:56:51 +0800 | [diff] [blame^] | 21 | "recharts": "^2.1.9", |
| 22 | "mui": "^0.0.1", |
| 23 | "@mui/material": "^7.1.1", |
| 24 | "react-icons": "^5.5.0", |
| 25 | "@mui/icons-material": "^7.1.1", |
| 26 | "@emotion/styled": "^11.14.0", |
| 27 | "axios": "^1.9.0" |
TRM-coding | d1cbf67 | 2025-06-18 15:15:08 +0800 | [diff] [blame] | 28 | }, |
| 29 | "scripts": { |
| 30 | "start": "react-scripts start", |
| 31 | "build": "react-scripts build", |
| 32 | "test": "react-scripts test", |
| 33 | "eject": "react-scripts eject" |
| 34 | }, |
| 35 | "eslintConfig": { |
| 36 | "extends": [ |
| 37 | "react-app", |
| 38 | "react-app/jest" |
| 39 | ] |
| 40 | }, |
| 41 | "browserslist": { |
| 42 | "production": [ |
| 43 | ">0.2%", |
| 44 | "not dead", |
| 45 | "not op_mini all" |
| 46 | ], |
| 47 | "development": [ |
| 48 | "last 1 chrome version", |
| 49 | "last 1 firefox version", |
| 50 | "last 1 safari version" |
| 51 | ] |
| 52 | } |
| 53 | } |