File size: 776 Bytes
1c1e321 bf9eaa4 b9233a6 bf9eaa4 5d97fa4 bf9eaa4 5d97fa4 bf9eaa4 1c1e321 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
{
"name": "short-test",
"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.147",
"@remotion/google-fonts": "4.0.147",
"@remotion/preload": "4.0.147",
"@remotion/transitions": "4.0.147",
"@remotion/zod-types": "4.0.147",
"@remotion/tailwind": "4.0.147",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "4.0.147",
"zod": "^3.21.4"
},
"devDependencies": {
"prettier": "^2.8.8"
},
"packageManager": "npm@9.6.7"
}
|