{ "name": "cmpp-platform-frontend", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite --host 0.0.0.0", "build": "tsc --noEmit && vite build", "preview": "vite preview --host 0.0.0.0" }, "dependencies": { "@vitejs/plugin-react": "^6.0.2", "dayjs": "^1.11.21", "echarts": "^6.1.0", "lucide-react": "^1.18.0", "react": "^19.2.7", "react-dom": "^19.2.7", "react-router-dom": "^7.17.0", "vite": "^8.0.16", "zustand": "^5.0.14" }, "devDependencies": { "@types/node": "^25.9.3", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "typescript": "^6.0.3" } }