Files
digital-home-dashboard/package.json
Cosmo 35f6456363
All checks were successful
Build & Deploy Dashboard / deploy (push) Successful in 1m17s
feat: Claude subscription usage via OCPlatform gateway + System Monitor redesign
2026-04-16 09:34:20 +00:00

41 lines
1015 B
JSON

{
"name": "digital-home-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/ws": "^8.18.1",
"autoprefixer": "^10.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.379.0",
"next": "14.2.3",
"next-auth": "5.0.0-beta.19",
"postcss": "^8",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5",
"ws": "^8.20.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.3"
}
}