26 lines
563 B
JSON
26 lines
563 B
JSON
{
|
|
"dependencies": {
|
|
"@basango/ui": "workspace:*",
|
|
"lucide-react": "^0.553.0",
|
|
"next": "catalog:",
|
|
"next-themes": "^0.4.6",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@types/bun": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"typescript": "catalog:"
|
|
},
|
|
"name": "@basango/dashboard",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"lint": "eslint",
|
|
"start": "next start"
|
|
}
|
|
}
|