blob: f7617b21f94ab2569e3a17fe257599be6c317faf [file] [log] [blame]
刘嘉昕9cdeca22025-06-03 16:54:30 +08001{
2 "name": "pt-fronted",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build": "vite build",
9 "lint": "eslint .",
10 "preview": "vite preview"
11 },
12 "dependencies": {
13 "@mantine/core": "^4.0.0",
14 "@mantine/hooks": "^4.0.0",
15 "axios": "^1.9.0",
16 "react": "^18.3.1",
17 "react-dom": "^18.3.1",
18 "react-router-dom": "^6.4.0"
19 },
20 "devDependencies": {
21 "@eslint/js": "^9.25.0",
22 "@types/react": "^19.1.2",
23 "@types/react-dom": "^19.1.2",
24 "@vitejs/plugin-react": "^4.4.1",
25 "eslint": "^9.25.0",
26 "eslint-plugin-react-hooks": "^5.2.0",
27 "eslint-plugin-react-refresh": "^0.4.19",
28 "globals": "^16.0.0",
29 "vite": "^6.3.5"
30 }
31}