103 lines
3.2 KiB
JSON
103 lines
3.2 KiB
JSON
{
|
|
"name": "@opencut/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"packageManager": "bun@1.2.18",
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
|
|
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
|
|
"lint": "biome check src/",
|
|
"lint:fix": "biome check src/ --write",
|
|
"format": "biome format src/ --write",
|
|
"db:generate": "drizzle-kit generate",
|
|
"db:migrate": "drizzle-kit migrate",
|
|
"db:push:local": "cross-env NODE_ENV=development drizzle-kit push",
|
|
"db:push:prod": "cross-env NODE_ENV=production drizzle-kit push"
|
|
},
|
|
"dependencies": {
|
|
"@hello-pangea/dnd": "^18.0.1",
|
|
"@hugeicons/core-free-icons": "^3.3.0",
|
|
"@hugeicons/react": "^1.1.6",
|
|
"@huggingface/transformers": "^3.8.1",
|
|
"@opennextjs/cloudflare": "^1.18.0",
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
"@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-primitive": "^2.1.4",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@types/culori": "^4.0.1",
|
|
"@upstash/ratelimit": "^2.0.6",
|
|
"@upstash/redis": "^1.35.4",
|
|
"better-auth": "^1.2.7",
|
|
"botid": "^1.5.11",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.0.0",
|
|
"culori": "^4.0.2",
|
|
"drizzle-orm": "^0.44.2",
|
|
"embla-carousel-react": "^8.5.1",
|
|
"eventemitter3": "^5.0.1",
|
|
"feed": "^5.1.0",
|
|
"input-otp": "^1.4.1",
|
|
"lucide-react": "^0.562.0",
|
|
"mediabunny": "^1.29.1",
|
|
"motion": "^12.18.1",
|
|
"nanoid": "^5.1.5",
|
|
"next": "16.1.3",
|
|
"next-themes": "^0.4.4",
|
|
"opencut-wasm": "^0.2.10",
|
|
"pg": "^8.16.2",
|
|
"postgres": "^3.4.5",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.0.0",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "^7.54.0",
|
|
"react-icons": "^5.4.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-resizable-panels": "^2.1.7",
|
|
"react-window": "^2.2.7",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-parse": "^9.0.1",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"rehype-stringify": "^10.0.1",
|
|
"sonner": "^1.7.1",
|
|
"soundtouchjs": "^0.3.0",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"unified": "^11.0.5",
|
|
"use-deep-compare-effect": "^1.8.1",
|
|
"wavesurfer.js": "^7.9.8",
|
|
"zod": "4.3.6",
|
|
"zustand": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@content-collections/core": "^0.14.1",
|
|
"@content-collections/next": "^0.2.11",
|
|
"@napi-rs/canvas": "^0.1.92",
|
|
"@tailwindcss/postcss": "^4.2.1",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/bun": "latest",
|
|
"@types/node": "^24.2.1",
|
|
"@types/pg": "^8.15.4",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^16.5.0",
|
|
"drizzle-kit": "^0.31.4",
|
|
"postcss": "^8",
|
|
"sharp": "^0.34.5",
|
|
"tailwindcss": "^4.2.1",
|
|
"typescript": "^5.8.3",
|
|
"wrangler": "^4.77.0"
|
|
}
|
|
}
|