mirror of
https://github.com/calesthio/OpenMontage.git
synced 2026-08-05 15:20:40 +08:00
Enables real-geography maps in atelier compositions (d3-geo + world-atlas TopoJSON coastlines with animated great-circle arcs), used by the salt-history trade-route scene.
29 lines
829 B
JSON
29 lines
829 B
JSON
{
|
|
"name": "openmontage-remotion-composer",
|
|
"version": "1.0.0",
|
|
"description": "Remotion composition renderer for OpenMontage animated explainer videos",
|
|
"scripts": {
|
|
"start": "npx remotion studio",
|
|
"build": "npx remotion render src/index.tsx Explainer out/video.mp4",
|
|
"upgrade": "npx remotion upgrade"
|
|
},
|
|
"dependencies": {
|
|
"@remotion/captions": "^4.0.484",
|
|
"@remotion/cli": "^4.0.484",
|
|
"@remotion/google-fonts": "^4.0.484",
|
|
"@remotion/media": "^4.0.484",
|
|
"@remotion/player": "^4.0.484",
|
|
"@remotion/transitions": "^4.0.484",
|
|
"d3-geo": "^3.1.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"remotion": "^4.0.484",
|
|
"topojson-client": "^3.1.0",
|
|
"world-atlas": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.0",
|
|
"typescript": "^5.3.0"
|
|
}
|
|
}
|