blob: 31c1d3e729b99c329509c5c61c8d335bb7e84c0a [file] [log] [blame]
TRM-codingd1cbf672025-06-18 15:15:08 +08001{
2 "name": "front",
3 "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",
12 "react-router-dom": "^6.14.1",
13 "react-scripts": "^5.0.1",
14 "web-vitals": "^2.1.4",
15 "lucide-react": "^0.468.0",
TRM-codingc4b4f3d2025-06-18 19:02:46 +080016 "antd": "^4.24.0",
17 "crypto-js": "^4.2.0"
TRM-codingd1cbf672025-06-18 15:15:08 +080018 },
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}