init repo

This commit is contained in:
2026-04-25 23:10:25 +08:00
commit 1e76eb536c
14 changed files with 3640 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"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"
}
}