mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
29 lines
813 B
JSON
29 lines
813 B
JSON
{
|
|||
|
|
"name": "motion",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "RoboCo motion-video compositions (Remotion) — bespoke marketing clips authored per release, feature-spotlight, or on-demand request, rendered by the remotion-renderer sidecar.",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "remotion studio src/index.ts",
|
||
|
|
"typecheck": "tsc --noEmit",
|
||
|
|
"test": "vitest run"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@remotion/fonts": "^4.0.0",
|
||
|
|
"react": "^19.0.0",
|
||
|
|
"react-dom": "^19.0.0",
|
||
|
|
"remotion": "^4.0.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@remotion/cli": "^4.0.0",
|
||
|
|
"@remotion/player": "^4.0.0",
|
||
|
|
"@testing-library/react": "^16.0.0",
|
||
|
|
"@types/react": "^19.0.0",
|
||
|
|
"@types/react-dom": "^19.0.0",
|
||
|
|
"jsdom": "^29.0.0",
|
||
|
|
"typescript": "^6.0.0",
|
||
|
|
"vitest": "^4.0.0"
|
||
|
|
}
|
||
|
|
}
|