chore(film): scaffold remotion product-film project

This commit is contained in:
Satyam Rastogi
2026-05-30 00:57:12 +05:30
parent a15a77eb77
commit 0131424554
8 changed files with 4081 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "lynkedup-product-film",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "remotion studio",
"render": "remotion render LynkedUpProFilm out/lynkedup-pro-film.mp4",
"still": "remotion still LynkedUpProFilm out/still.png",
"capture": "node scripts/capture.mjs",
"test": "vitest run"
},
"dependencies": {
"@remotion/cli": "4.0.286",
"react": "19.0.0",
"react-dom": "19.0.0",
"remotion": "4.0.286"
},
"devDependencies": {
"@types/react": "19.0.0",
"playwright": "1.49.1",
"typescript": "5.7.2",
"vitest": "2.1.8"
}
}