fabro/apps/remotion/package.json
Bryan Helmkamp f10f3c6f62 Add Remotion video app with Fabro brand intro animation
Sets up apps/remotion with a 5-second 1080p intro video featuring the
Fabro symbol, logotype, and tagline animated over the brand navy background.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 11:03:19 -04:00

20 lines
460 B
JSON

{
"name": "fabro-remotion",
"version": "1.0.0",
"private": true,
"scripts": {
"studio": "remotion studio",
"render": "remotion render FabroIntro out/intro.mp4",
"build": "remotion render FabroIntro out/intro.mp4"
},
"dependencies": {
"@remotion/cli": "4.0.437",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remotion": "4.0.437"
},
"devDependencies": {
"@types/react": "^19.0.0",
"typescript": "^5.7.0"
}
}