blob: 9cd7e67eda462955ae09bca99c5e1968f074aed6 [file] [log] [blame]
22301069a457d802025-06-14 21:10:54 +08001{
2 "name": "personalpage",
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.1",
9 "@mui/material": "^7.1.1",
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 "ajv": "^8.0.0",
15 "ajv-keywords": "^5.0.0",
16 "axios": "^1.9.0",
17 "mui": "^0.0.1",
18 "react": "^19.1.0",
19 "react-dom": "^19.1.0",
20 "react-icons": "^5.5.0",
21 "react-router-dom": "^6.30.1",
22 "react-scripts": "5.0.1",
23 "web-vitals": "^2.1.4"
24 },
25 "scripts": {
26 "start": "react-scripts start",
27 "build": "react-scripts build",
28 "test": "react-scripts test",
29 "eject": "react-scripts eject"
30 },
31 "eslintConfig": {
32 "extends": [
33 "react-app",
34 "react-app/jest"
35 ]
36 },
37 "browserslist": {
38 "production": [
39 ">0.2%",
40 "not dead",
41 "not op_mini all"
42 ],
43 "development": [
44 "last 1 chrome version",
45 "last 1 firefox version",
46 "last 1 safari version"
47 ]
48 }
49}