28 lines
662 B
JSON
28 lines
662 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"
|
|
},
|
|
"dependencies": {
|
|
"next": "15.3.6",
|
|
"prettier": "^3.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.1.2",
|
|
"turbo": "^2.5.4",
|
|
"typescript": "5.8.3"
|
|
},
|
|
"trustedDependencies": [
|
|
"@tailwindcss/oxide"
|
|
]
|
|
}
|