{
"name": "@lazarv/react-server-example-shadcn",
"version": "0.0.0",
"private": true,
"description": "@lazarv/react-server Shadcn UI example application",
"license": "ISC",
"type": "module",
"scripts": {
"dev": "react-server ./src/app/dashboard/index.tsx",
"build": "react-server build ./src/app/dashboard/index.tsx",
"start": "react-server start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@lazarv/react-server": "workspace:^",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@tabler/icons-react": "^3.35.0",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.552.0",
"next-themes": "^0.4.6",
"recharts": "2.15.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"vaul": "^1.1.2",
"zod": "^4.1.52"
},
"devDependencies": {
"@babel/plugin-syntax-import-assertions": "^7.27.1",
"@babel/preset-react": "^7.28.5",
"@tailwindcss/vite": "^4.1.56",
"@types/node": "^24.9.2",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"globals": "^16.4.0",
"tailwindcss": "^4.1.56",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^7.1.12"
}
}