{ "name": "scrapy-ui", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slot": "^1.2.4", "@tanstack/react-query": "^5.61.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "lucide-react": "^0.460.0", "next": "16.0.1", "next-themes": "^0.4.4", "react": "19.2.0", "react-dom": "19.2.0", "tailwind-merge": "^2.6.0", "zod": "^3.23.8" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.16", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.0.1", "postcss": "^8.5.6", "tailwindcss": "^4.1.16", "typescript": "^5" } }