Spaces:
Sleeping
Sleeping
| { | |
| "name": "ai-content-generator", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint", | |
| "db:push": "drizzle-kit push", | |
| "db:studio": "drizzle-kit studio" | |
| }, | |
| "dependencies": { | |
| "@clerk/nextjs": "^5.7.5", | |
| "@google/generative-ai": "^0.13.0", | |
| "@liveblocks/client": "^3.7.1", | |
| "@liveblocks/node": "^3.7.1", | |
| "@liveblocks/react": "^3.7.1", | |
| "@liveblocks/react-tiptap": "^3.7.1", | |
| "@liveblocks/react-ui": "^3.7.1", | |
| "@neondatabase/serverless": "^0.9.5", | |
| "@radix-ui/react-icons": "^1.3.0", | |
| "@radix-ui/react-slot": "^1.1.0", | |
| "@tiptap/extension-collaboration": "^2.26.2", | |
| "@tiptap/extension-collaboration-cursor": "^2.26.2", | |
| "@tiptap/react": "^2.26.2", | |
| "@tiptap/starter-kit": "^2.26.1", | |
| "axios": "^1.7.2", | |
| "class-variance-authority": "^0.7.0", | |
| "clsx": "^2.1.1", | |
| "dotenv": "^17.2.2", | |
| "drizzle-orm": "^0.31.4", | |
| "lucide-react": "^0.395.0", | |
| "moment": "^2.30.1", | |
| "next": "14.2.4", | |
| "pg": "^8.16.3", | |
| "razorpay": "^2.9.4", | |
| "react": "^18", | |
| "react-dom": "^18", | |
| "tailwind-merge": "^2.3.0", | |
| "tailwindcss-animate": "^1.0.7", | |
| "y-webrtc": "^10.3.0", | |
| "yjs": "^13.6.27" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^20", | |
| "@types/pg": "^8.15.5", | |
| "@types/react": "^18", | |
| "@types/react-dom": "^18", | |
| "drizzle-kit": "^0.22.8", | |
| "postcss": "^8", | |
| "tailwindcss": "^3.4.1", | |
| "typescript": "^5" | |
| } | |
| } | |