28 lines
717 B
JSON
28 lines
717 B
JSON
{
|
|
"name": "hated-by-life-itself",
|
|
"version": "1.0.0",
|
|
"description": "My Remotion video",
|
|
"scripts": {
|
|
"start": "remotion preview",
|
|
"build": "remotion render HelloWorld out/video.mp4",
|
|
"upgrade": "remotion upgrade",
|
|
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
|
|
},
|
|
"repository": {},
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"@remotion/cli": "3.3.78",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"remotion": "3.3.78"
|
|
},
|
|
"devDependencies": {
|
|
"@remotion/eslint-config": "3.3.78",
|
|
"@types/react": "^18.0.26",
|
|
"@types/web": "^0.0.86",
|
|
"eslint": "^8.30.0",
|
|
"prettier": "^2.8.1",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"packageManager": "yarn@1.22.19"
|
|
} |