蒋大力 | 498c156 | 2025-06-08 13:01:39 +0800 | [diff] [blame^] | 1 | { |
| 2 | "name": "xiaohongshu-platform", |
| 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 | "react": "^18.3.1", |
| 14 | "react-dom": "^18.3.1", |
| 15 | "lucide-react": "^0.460.0", |
| 16 | "react-icons": "^5.4.0" |
| 17 | }, |
| 18 | "devDependencies": { |
| 19 | "@eslint/js": "^9.13.0", |
| 20 | "@types/react": "^18.3.12", |
| 21 | "@types/react-dom": "^18.3.1", |
| 22 | "@vitejs/plugin-react": "^4.3.3", |
| 23 | "eslint": "^9.13.0", |
| 24 | "eslint-plugin-react": "^7.37.2", |
| 25 | "eslint-plugin-react-hooks": "^5.0.0", |
| 26 | "eslint-plugin-react-refresh": "^0.4.14", |
| 27 | "globals": "^15.11.0", |
| 28 | "vite": "^6.0.1" |
| 29 | } |
| 30 | } |