Rectifier / Remotion-app /package.json
Mbonea's picture
intial commit
1c1e321
raw
history blame
No virus
710 Bytes
{
"name": "short",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"start": "remotion studio",
"build": "remotion render HelloWorld out/video.mp4",
"upgrade": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@remotion/cli": "4.0.69",
"@remotion/google-fonts": "4.0.69",
"@remotion/preload": "4.0.69",
"@remotion/transitions": "4.0.69",
"@remotion/zod-types": "4.0.69",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "4.0.69",
"zod": "^3.21.4"
},
"devDependencies": {
"prettier": "^2.8.8"
},
"packageManager": "npm@9.6.7"
}