27 lines
637 B
JSON
27 lines
637 B
JSON
{
|
|
"name": "20260319-vibe-motion",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "remotion studio src/index.ts",
|
|
"build": "remotion render src/index.ts LizardAnimation out/lizard.mp4",
|
|
"preview": "remotion preview src/index.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@remotion/cli": "^4.0.437",
|
|
"@remotion/player": "^4.0.437",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"remotion": "^4.0.437"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|