26 lines
621 B
JSON
26 lines
621 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|