| 123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "aigc-space-admin",
- "private": true,
- "version": "1.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite --port 3001",
- "build": "vite build",
- "preview": "vite preview"
- },
- "dependencies": {
- "crypto-js": "^4.2.0",
- "dayjs": "^1.11.13",
- "echarts": "^5.5.0",
- "echarts-for-react": "^3.0.2",
- "lucide-react": "^0.562.0",
- "react": "^19.2.3",
- "react-dom": "^19.2.3",
- "react-router-dom": "^7.1.3",
- "zustand": "^5.0.9"
- },
- "devDependencies": {
- "@types/crypto-js": "^4.2.2",
- "@types/react": "^19.2.7",
- "@types/react-dom": "^19.2.3",
- "@vitejs/plugin-react": "^5.0.0",
- "autoprefixer": "^10.4.0",
- "postcss": "^8.4.0",
- "tailwindcss": "^3.4.0",
- "typescript": "~5.8.2",
- "vite": "^6.2.0"
- }
- }
|