Files
digitalsamba__claude-code-v…/showcase/transitions/package.json
T
Conal Mullan 9dc31ac983 DEPS: bump Remotion 4.0.425 → 4.0.518 across templates, examples, showcase, tests (#67)
Re-landing #66 against main (it merged into its stacked base after that
branch had already been merged). Produced by scripts/bump_remotion.py
--smoke: lockfiles refreshed, frame-0 smoke render OK for all 8 projects
with an entry point, render-baseline A/B identical on all six frames.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-08-27 09:49:19 +01:00

24 lines
686 B
JSON

{
"name": "transitions-showcase",
"version": "1.0.0",
"description": "Visual gallery of all available transitions",
"scripts": {
"studio": "remotion studio",
"render": "remotion render TransitionGallery out/transitions-gallery.mp4",
"render:gif": "remotion render TransitionGallery out/transitions-gallery.gif --image-format=png"
},
"dependencies": {
"@remotion/cli": "4.0.518",
"@remotion/paths": "4.0.518",
"@remotion/shapes": "4.0.518",
"@remotion/transitions": "4.0.518",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remotion": "4.0.518"
},
"devDependencies": {
"@types/react": "^18.2.0",
"typescript": "^5.0.0"
}
}