ybt | 02e716d | 2025-04-15 17:19:32 +0800 | [diff] [blame^] | 1 | { |
| 2 | "name": "pt_frontend", |
| 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 | "test": "vitest run", |
| 12 | "test:watch": "vitest", |
| 13 | "test:coverage": "vitest run --coverage" |
| 14 | }, |
| 15 | "dependencies": { |
| 16 | "@ant-design/icons": "^6.0.0", |
| 17 | "antd": "^5.24.6", |
| 18 | "axios": "^1.8.4", |
| 19 | "mockjs": "^1.1.0", |
| 20 | "react": "^18.3.1", |
| 21 | "react-dom": "^18.3.1", |
| 22 | "react-router-dom": "^7.5.0", |
| 23 | "yup": "^1.6.1" |
| 24 | }, |
| 25 | "devDependencies": { |
| 26 | "@eslint/js": "^9.9.0", |
| 27 | "@testing-library/jest-dom": "^6.6.3", |
| 28 | "@testing-library/react": "^16.3.0", |
| 29 | "@testing-library/user-event": "^14.6.1", |
| 30 | "@types/react": "^18.3.3", |
| 31 | "@types/react-dom": "^18.3.0", |
| 32 | "@vitejs/plugin-react": "^4.3.1", |
| 33 | "autoprefixer": "^10.4.21", |
| 34 | "eslint": "^9.9.0", |
| 35 | "eslint-plugin-react": "^7.35.0", |
| 36 | "eslint-plugin-react-hooks": "^5.1.0-rc.0", |
| 37 | "eslint-plugin-react-refresh": "^0.4.9", |
| 38 | "globals": "^15.9.0", |
| 39 | "jsdom": "^26.1.0", |
| 40 | "postcss": "^8.5.3", |
| 41 | "tailwindcss": "^3.4.17", |
| 42 | "vite": "^5.4.1", |
| 43 | "vitest": "^3.1.2" |
| 44 | } |
| 45 | } |