blob: 78a6b7540804381c0288fcad95fad0e893085d6b [file] [log] [blame]
TRM-coding286e6782025-06-13 21:00:11 +08001{
TRM-coding130f05c2025-06-15 16:05:28 +08002 "name": "front",
TRM-coding286e6782025-06-13 21:00:11 +08003 "version": "0.1.0",
4 "private": true,
5 "dependencies": {
6 "@testing-library/dom": "^10.4.0",
7 "@testing-library/jest-dom": "^6.6.3",
8 "@testing-library/react": "^16.3.0",
9 "@testing-library/user-event": "^13.5.0",
10 "react": "^19.1.0",
11 "react-dom": "^19.1.0",
TRM-coding130f05c2025-06-15 16:05:28 +080012 "react-router-dom": "^6.14.1",
13 "react-scripts": "^5.0.1",
TRM-coding78aa9662025-06-17 23:40:10 +080014 "web-vitals": "^2.1.4",
15 "antd": "^4.24.0"
TRM-coding286e6782025-06-13 21:00:11 +080016 },
17 "scripts": {
18 "start": "react-scripts start",
19 "build": "react-scripts build",
20 "test": "react-scripts test",
21 "eject": "react-scripts eject"
22 },
23 "eslintConfig": {
24 "extends": [
25 "react-app",
26 "react-app/jest"
27 ]
28 },
29 "browserslist": {
30 "production": [
31 ">0.2%",
32 "not dead",
33 "not op_mini all"
34 ],
35 "development": [
36 "last 1 chrome version",
37 "last 1 firefox version",
38 "last 1 safari version"
39 ]
40 }
41}