Files
OpenCut/package.json
T

32 lines
678 B
JSON
Raw Normal View History

{
"name": "opencut",
2025-07-08 13:25:13 +05:00
"packageManager": "bun@1.2.18",
"devDependencies": {
2025-07-24 14:41:34 -07:00
"@biomejs/biome": "2.1.2",
"husky": "^9.1.7",
2025-07-17 17:08:33 +02:00
"turbo": "^2.5.4",
2025-07-21 20:10:38 +07:00
"typescript": "5.8.3",
2025-07-24 14:41:34 -07:00
"ultracite": "5.0.48"
},
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"check-types": "turbo run check-types",
2025-07-24 14:41:34 -07:00
"lint": "npx ultracite@latest lint",
"format": "npx ultracite@latest format"
2025-06-24 13:44:23 +03:00
},
"dependencies": {
2025-08-23 11:00:59 +02:00
"mediabunny": "^1.9.3",
2025-06-25 15:29:20 +05:30
"next": "^15.3.4",
2025-08-11 22:24:54 +02:00
"react-country-flag": "^3.1.0",
2025-06-25 15:29:20 +05:30
"wavesurfer.js": "^7.9.8"
2025-07-30 13:15:09 -04:00
},
"trustedDependencies": [
"@tailwindcss/oxide"
]
}