29 lines
707 B
JSON
29 lines
707 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": {
|
|
"better-auth": "^1.4.15",
|
|
"next": "^16.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.8.0",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"turbo": "^2.7.5",
|
|
"typescript": "5.8.3"
|
|
},
|
|
"trustedDependencies": [
|
|
"@tailwindcss/oxide"
|
|
]
|
|
}
|