mirror of
https://github.com/digitalsamba/claude-code-video-toolkit.git
synced 2026-09-18 19:41:13 +08:00
9dc31ac983
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>
24 lines
686 B
JSON
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"
|
|
}
|
|
}
|