mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 05:12:33 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "remotion",
|
|
"version": "1.0.0",
|
|
"description": "My Remotion video",
|
|
"repository": {},
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@remotion/cli": "4.0.454",
|
|
"@remotion/zod-types": "4.0.454",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"remotion": "4.0.454",
|
|
"webp-converter": "^2.3.3",
|
|
"zod": "4.3.6",
|
|
"@remotion/tailwind-v4": "4.0.454",
|
|
"tailwindcss": "4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@remotion/eslint-config-flat": "4.0.454",
|
|
"@types/react": "19.2.7",
|
|
"@types/web": "0.0.166",
|
|
"eslint": "9.19.0",
|
|
"prettier": "3.8.1",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"scripts": {
|
|
"dev": "remotion studio",
|
|
"build": "remotion bundle",
|
|
"upgrade": "remotion upgrade",
|
|
"lint": "eslint src && tsc",
|
|
"render": "./scripts/render-transparent.sh",
|
|
"render:all": "./scripts/render-transparent.sh mascot-yellow-wave mascot-yellow-idle mascot-yellow-pickup mascot-yellow-talking mascot-yellow-thinking mascot-yellow-sleep",
|
|
"render:runtime-assets": "node ./scripts/render-runtime-assets.mjs"
|
|
},
|
|
"sideEffects": [
|
|
"*.css"
|
|
]
|
|
}
|