padhle - post migration

This commit is contained in:
2026-09-15 04:08:55 -04:00
parent 534b51b41b
commit b2d8109019
509 changed files with 147378 additions and 303 deletions
+39
View File
@@ -0,0 +1,39 @@
{
"name": "my-video",
"version": "1.0.0",
"description": "My Remotion video",
"repository": {},
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@remotion/cli": "4.0.522",
"@remotion/google-fonts": "4.0.522",
"@remotion/media": "4.0.522",
"@remotion/tailwind-v4": "4.0.522",
"@remotion/transitions": "4.0.522",
"react": "19.2.3",
"react-dom": "19.2.3",
"remotion": "4.0.522",
"tailwindcss": "4.0.0"
},
"devDependencies": {
"@remotion/eslint-config-flat": "4.0.522",
"@types/react": "19.2.7",
"@types/web": "0.0.166",
"eslint": "9.19.0",
"prettier": "3.8.1",
"typescript": "5.9.3"
},
"scripts": {
"dev": "remotion studio",
"build": "remotion bundle",
"upgrade": "remotion upgrade",
"lint": "eslint src && tsc"
},
"sideEffects": [
"*.css"
],
"allowScripts": {
"esbuild@0.28.1": true
}
}