2026-06-21 15:52:52 +03:30
|
|
|
{
|
|
|
|
|
"name": "flatrender-remotion",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"description": "FlatRender code-based (Remotion) video template renderer",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "remotion studio",
|
|
|
|
|
"render": "remotion render",
|
|
|
|
|
"still": "remotion still",
|
2026-06-22 18:59:03 +03:30
|
|
|
"upgrade": "remotion upgrade",
|
|
|
|
|
"gen:dicebear": "node scripts/gen-dicebear.mjs",
|
|
|
|
|
"check:assets": "node scripts/check-assets.mjs"
|
2026-06-21 15:52:52 +03:30
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@react-three/drei": "^10.7.7",
|
|
|
|
|
"@react-three/fiber": "^9.1.2",
|
|
|
|
|
"@react-three/postprocessing": "^3.0.4",
|
|
|
|
|
"@remotion/cli": "4.0.290",
|
2026-06-22 18:59:03 +03:30
|
|
|
"@remotion/lottie": "^4.0.290",
|
2026-06-21 15:52:52 +03:30
|
|
|
"@remotion/three": "^4.0.290",
|
|
|
|
|
"@remotion/zod-types": "4.0.290",
|
|
|
|
|
"@types/three": "^0.171.0",
|
|
|
|
|
"postprocessing": "^6.39.1",
|
|
|
|
|
"react": "19.0.0",
|
|
|
|
|
"react-dom": "19.0.0",
|
|
|
|
|
"remotion": "4.0.290",
|
|
|
|
|
"three": "^0.171.0",
|
|
|
|
|
"zod": "3.22.3"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-06-22 18:59:03 +03:30
|
|
|
"@dicebear/collection": "^9.4.2",
|
|
|
|
|
"@dicebear/core": "^9.4.2",
|
2026-06-21 15:52:52 +03:30
|
|
|
"@types/react": "19.0.0",
|
|
|
|
|
"typescript": "5.5.4"
|
|
|
|
|
}
|
|
|
|
|
}
|