blob: ffb677d4e44106a5f0b42de8548dbc1f255a8df7 [file] [log] [blame]
TRM-codingd1cbf672025-06-18 15:15:08 +08001{
2 "name": "front",
3 "version": "0.1.0",
4 "private": true,
5 "dependencies": {
TRM-coding29174c22025-06-18 23:56:51 +08006 "@emotion/react": "^11.14.0",
22301008e4acb922025-06-24 23:50:35 +08007 "@emotion/styled": "^11.14.0",
8 "@mui/icons-material": "^7.1.1",
9 "@mui/material": "^7.1.1",
10 "@testing-library/dom": "^10.4.0",
TRM-codingd1cbf672025-06-18 15:15:08 +080011 "@testing-library/jest-dom": "^6.6.3",
12 "@testing-library/react": "^16.3.0",
13 "@testing-library/user-event": "^13.5.0",
TRM-coding29174c22025-06-18 23:56:51 +080014 "ajv": "^8.0.0",
15 "ajv-keywords": "^5.0.0",
22301008e4acb922025-06-24 23:50:35 +080016 "antd": "^4.24.0",
17 "axios": "^1.9.0",
TRM-coding85e5c322025-06-18 19:49:21 +080018 "crypto-js": "^4.2.0",
22301008e4acb922025-06-24 23:50:35 +080019 "lucide-react": "^0.468.0",
TRM-coding29174c22025-06-18 23:56:51 +080020 "mui": "^0.0.1",
22301008e4acb922025-06-24 23:50:35 +080021 "react": "^19.1.0",
22 "react-dom": "^19.1.0",
TRM-coding29174c22025-06-18 23:56:51 +080023 "react-icons": "^5.5.0",
22301008e4acb922025-06-24 23:50:35 +080024 "react-router-dom": "^6.14.1",
25 "react-scripts": "^5.0.1",
26 "recharts": "^2.1.9",
27 "web-vitals": "^2.1.4"
TRM-codingd1cbf672025-06-18 15:15:08 +080028 },
29 "scripts": {
22301008e4acb922025-06-24 23:50:35 +080030 "start": "cross-env HOST=0.0.0.0 PORT=3000 react-scripts start",
TRM-codingd1cbf672025-06-18 15:15:08 +080031 "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 ]
22301008e4acb922025-06-24 23:50:35 +080052 },
53 "devDependencies": {
54 "cross-env": "^7.0.3"
TRM-codingd1cbf672025-06-18 15:15:08 +080055 }
56}