muthuk1's picture
Add Next.js project scaffold with TigerGraph×Claude design system
e7939bc verified
raw
history blame
631 Bytes
{
"name": "graphrag-dashboard",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@anthropic-ai/sdk": "^0.52.0",
"recharts": "^2.15.0",
"lucide-react": "^0.468.0",
"clsx": "^2.1.1"
},
"devDependencies": {
"typescript": "^5.7.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"tailwindcss": "^4.0.0",
"@tailwindcss/postcss": "^4.0.0"
}
}