28 lines
637 B
JSON
28 lines
637 B
JSON
{
|
|
"name": "openshorts-remotion",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"studio": "remotion studio",
|
|
"render": "remotion render",
|
|
"build": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@remotion/cli": "^4.0.0",
|
|
"@remotion/google-fonts": "^4.0.0",
|
|
"@remotion/layout-utils": "^4.0.0",
|
|
"@remotion/media": "^4.0.447",
|
|
"@remotion/player": "^4.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"remotion": "^4.0.0",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.64",
|
|
"@types/react-dom": "^18.2.21",
|
|
"typescript": "^5.4.0"
|
|
}
|
|
}
|