31 lines
901 B
JSON
31 lines
901 B
JSON
{
|
|
"name": "opencut",
|
|
"packageManager": "bun@1.2.18",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"dev:web": "turbo run dev --filter=@opencut/web",
|
|
"build:web": "turbo run build --filter=@opencut/web",
|
|
"dev:tools": "turbo run dev --filter=@opencut/tools",
|
|
"build:tools": "turbo run build --filter=@opencut/tools",
|
|
"start:tools": "turbo run start --filter=@opencut/tools",
|
|
"db:generate": "turbo run db:generate --filter=@opencut/db",
|
|
"db:migrate": "turbo run db:migrate --filter=@opencut/db",
|
|
"db:push:local": "turbo run db:push:local --filter=@opencut/db",
|
|
"db:push:prod": "turbo run db:push:prod --filter=@opencut/db"
|
|
},
|
|
"dependencies": {
|
|
"next": "^15.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.1.2",
|
|
"turbo": "^2.5.4",
|
|
"typescript": "5.8.3"
|
|
},
|
|
"trustedDependencies": [
|
|
"@tailwindcss/oxide"
|
|
]
|
|
}
|