Spaces:
Sleeping
Sleeping
| { | |
| "name": "scrapi", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev --turbopack", | |
| "build": "next build", | |
| "start": "drizzle-kit push && next start -p 7860", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "firebase-admin": "^12.0.0", | |
| "@heroicons/react": "^2.2.0", | |
| "@hookform/resolvers": "^5.0.1", | |
| "@lottiefiles/dotlottie-react": "^0.17.5", | |
| "@neondatabase/serverless": "^0.9.5", | |
| "@radix-ui/react-accordion": "^1.2.11", | |
| "@radix-ui/react-alert-dialog": "^1.1.14", | |
| "@radix-ui/react-aspect-ratio": "^1.1.7", | |
| "@radix-ui/react-avatar": "^1.1.10", | |
| "@radix-ui/react-checkbox": "^1.3.2", | |
| "@radix-ui/react-collapsible": "^1.1.11", | |
| "@radix-ui/react-context-menu": "^2.2.15", | |
| "@radix-ui/react-dialog": "^1.1.14", | |
| "@radix-ui/react-dropdown-menu": "^2.1.15", | |
| "@radix-ui/react-hover-card": "^1.1.14", | |
| "@radix-ui/react-label": "^2.1.7", | |
| "@radix-ui/react-menubar": "^1.1.15", | |
| "@radix-ui/react-navigation-menu": "^1.2.13", | |
| "@radix-ui/react-popover": "^1.1.14", | |
| "@radix-ui/react-progress": "^1.1.7", | |
| "@radix-ui/react-radio-group": "^1.3.7", | |
| "@radix-ui/react-scroll-area": "^1.2.9", | |
| "@radix-ui/react-select": "^2.2.5", | |
| "@radix-ui/react-separator": "^1.1.7", | |
| "@radix-ui/react-slider": "^1.3.5", | |
| "@radix-ui/react-slot": "^1.2.3", | |
| "@radix-ui/react-switch": "^1.2.5", | |
| "@radix-ui/react-tabs": "^1.1.12", | |
| "@radix-ui/react-toggle": "^1.1.9", | |
| "@radix-ui/react-toggle-group": "^1.1.10", | |
| "@radix-ui/react-tooltip": "^1.2.7", | |
| "@upstash/redis": "^1.35.8", | |
| "@videojs/http-streaming": "^3.17.0", | |
| "axios": "^1.10.0", | |
| "cheerio": "^1.0.0", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "cmdk": "^1.1.1", | |
| "date-fns": "^4.1.0", | |
| "dotenv": "^16.5.0", | |
| "drizzle-kit": "^0.24.0", | |
| "drizzle-orm": "^0.33.0", | |
| "embla-carousel-react": "^8.6.0", | |
| "firebase": "^11.8.1", | |
| "hls.js": "^1.6.2", | |
| "input-otp": "^1.4.2", | |
| "lucide-react": "^0.511.0", | |
| "nanoid": "^5.0.0", | |
| "next": "15.3.2", | |
| "next-themes": "^0.4.6", | |
| "react": "^19.0.0", | |
| "react-day-picker": "^8.10.1", | |
| "react-dom": "^19.0.0", | |
| "react-hook-form": "^7.56.4", | |
| "react-resizable-panels": "^3.0.2", | |
| "recharts": "^2.15.3", | |
| "redis": "^5.10.0", | |
| "sonner": "^2.0.3", | |
| "tailwind-merge": "^3.3.0", | |
| "vaul": "^1.1.2", | |
| "video.js": "^8.22.0", | |
| "videojs": "^1.0.0", | |
| "zod": "^3.25.28" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/postcss": "^4", | |
| "@types/node": "^20", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "tailwindcss": "^4", | |
| "tsx": "^4.19.4", | |
| "tw-animate-css": "^1.3.0", | |
| "typescript": "^5" | |
| } | |
| } |