cgae_arc / package.json
rb512's picture
Upload package.json with huggingface_hub
770d1d0 verified
Raw
History Blame Contribute Delete
638 Bytes
{
"name": "cgae-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3000",
"build": "next build",
"start": "next start"
},
"dependencies": {
"framer-motion": "^12.38.0",
"lucide-react": "^1.14.0",
"next": "15.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.0",
"clsx": "^2.1.1",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"@tailwindcss/postcss": "^4",
"typescript": "^5",
"postcss": "^8"
}
}