21 lines
516 B
JSON
21 lines
516 B
JSON
{
|
|
"name": "reonomy-demo-video",
|
|
"version": "1.0.0",
|
|
"description": "Reonomy Contact Extraction Demo Video",
|
|
"scripts": {
|
|
"start": "remotion studio",
|
|
"build": "remotion render ReonomyDemo out/reonomy-demo.mp4",
|
|
"render": "remotion render ReonomyDemo out/reonomy-demo.mp4"
|
|
},
|
|
"dependencies": {
|
|
"@remotion/cli": "^4.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"remotion": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.0",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|