Spaces:
Running
Running
| { | |
| "name": "blog2video-remotion", | |
| "private": true, | |
| "version": "0.1.0", | |
| "scripts": { | |
| "studio": "npx remotion studio", | |
| "player": "npx vite --config vite.player.config.ts player.html", | |
| "render": "npx remotion render ExplainerVideo out/video.mp4", | |
| "build": "npx remotion render ExplainerVideo out/video.mp4" | |
| }, | |
| "dependencies": { | |
| "@remotion/cli": "^4.0.0", | |
| "@remotion/gif": "^4.0.419", | |
| "@remotion/player": "^4.0.0", | |
| "@remotion/shapes": "^4.0.419", | |
| "react": "^18.3.0", | |
| "react-dom": "^18.3.0", | |
| "remotion": "^4.0.0" | |
| }, | |
| "devDependencies": { | |
| "@types/react": "^18.3.0", | |
| "@types/react-dom": "^18.3.0", | |
| "@vitejs/plugin-react": "^4.3.0", | |
| "typescript": "^5.5.0", | |
| "vite": "^6.0.0" | |
| } | |
| } | |