{ "name": "dashboard", "version": "0.22.2", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "jotai": "^2.19.0", "lucide-react": "^1.7.0", "next": "16.1.1", "radix-ui": "^1.4.3", "react": "^19.1.0", "react-dom": "^19.1.0", "react-resizable-panels": "^4.7.6", "shadcn": "^4.1.0", "tailwind-merge": "^3.5.0", "tw-animate-css": "^1.4.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.3", "@types/node": "^22.14.0", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.0", "tailwindcss": "^4.1.3", "typescript": "^5.8.3" } }