mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
refactor not done
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user