← back to Prestige Car Wash Video
package.json
23 lines
{
"name": "prestige-car-wash-video",
"version": "1.0.1",
"private": true,
"description": "Remotion showcase video for the Prestige Car Wash build (front-facing + admin walkthrough)",
"scripts": {
"capture": "node capture/capture.mjs",
"render": "remotion render src/index.ts PrestigeShowcase out/prestige-car-wash.mp4 --concurrency=4",
"studio": "remotion studio src/index.ts"
},
"dependencies": {
"@remotion/cli": "4.0.290",
"puppeteer-core": "24.10.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"remotion": "4.0.290"
},
"devDependencies": {
"@types/react": "18.3.12",
"typescript": "5.6.3"
}
}