feat: add remotion video app to monorepo with UI integration
Some checks failed
Monorepo Pipeline / ⚡ Prioritize Release (push) Successful in 2s
Monorepo Pipeline / 🧹 Lint (push) Failing after 12s
Monorepo Pipeline / 🧪 Test (push) Failing after 12s
Monorepo Pipeline / 🏗️ Build (push) Failing after 11s
Monorepo Pipeline / 🚀 Release (push) Has been skipped
Monorepo Pipeline / 🐳 Build Gatekeeper (Product) (push) Has been skipped
Monorepo Pipeline / 🐳 Build Build-Base (push) Has been skipped
Monorepo Pipeline / 🐳 Build Production Runtime (push) Has been skipped

This commit is contained in:
2026-06-09 00:34:25 +02:00
parent 8bbbff7afc
commit 66f28d9cf9
9 changed files with 143 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "@mintel/example-video",
"version": "1.0.0",
"description": "Remotion video project using Mintel UI",
"scripts": {
"start": "remotion studio",
"build": "remotion render"
},
"dependencies": {
"@mintel/ui": "workspace:*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "^4.0.0"
},
"devDependencies": {
"@remotion/cli": "^4.0.0",
"@remotion/tailwind": "^4.0.0",
"typescript": "^5.0.0",
"@types/react": "^18.0.0",
"tailwindcss": "^3.0.0"
}
}