blob: 117259adbf9041ea3e3e4229700f623f88ed8b70 [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",
14 "react": "^18.3.1",
15 "react-dom": "^18.3.1",
16 "react-router-dom": "^6.30.1",
17 "react-scripts": "5.0.1",
18 "web-vitals": "^2.1.4"
19 },
20 "scripts": {
21 "start": "react-scripts start",
22 "build": "react-scripts build",
23 "test": "react-scripts test",
24 "eject": "react-scripts eject"
25 },
26 "eslintConfig": {
27 "extends": [
28 "react-app",
29 "react-app/jest"
30 ]
31 },
32 "browserslist": {
33 "production": [
34 ">0.2%",
35 "not dead",
36 "not op_mini all"
37 ],
38 "development": [
39 "last 1 chrome version",
40 "last 1 firefox version",
41 "last 1 safari version"
42 ]
43 }
44}