blob: cb291a8c3fe2f18ff84a2448c74e826f50968f76 [file] [log] [blame]
956303669a32fc2c2025-06-02 19:45:53 +08001{
2 "name": "ptstationnnn",
3 "version": "0.1.0",
4 "private": true,
5 "dependencies": {
6 "@emotion/react": "^11.14.0",
7 "@emotion/styled": "^11.14.0",
8 "@mui/icons-material": "^7.1.0",
9 "@mui/material": "^7.1.0",
10 "@testing-library/dom": "^10.4.0",
11 "@testing-library/jest-dom": "^6.6.3",
12 "@testing-library/react": "^16.3.0",
13 "@testing-library/user-event": "^13.5.0",
ssq5067cb92025-06-05 11:44:23 +000014 "antd": "^5.25.4",
956303669a32fc2c2025-06-02 19:45:53 +080015 "react": "^18.3.1",
16 "react-dom": "^18.3.1",
17 "react-router-dom": "^6.30.1",
18 "react-scripts": "5.0.1",
19 "web-vitals": "^2.1.4"
20 },
223011339e292152025-06-08 00:34:37 +080021
22
956303669a32fc2c2025-06-02 19:45:53 +080023 "scripts": {
24 "start": "react-scripts start",
25 "build": "react-scripts build",
26 "test": "react-scripts test",
27 "eject": "react-scripts eject"
28 },
29 "eslintConfig": {
30 "extends": [
31 "react-app",
32 "react-app/jest"
33 ]
34 },
35 "browserslist": {
36 "production": [
37 ">0.2%",
38 "not dead",
39 "not op_mini all"
40 ],
41 "development": [
42 "last 1 chrome version",
43 "last 1 firefox version",
44 "last 1 safari version"
45 ]
46 }
47}