This commit is contained in:
2026-04-03 13:46:30 +04:00
commit 9b3e9481d0
129 changed files with 25099 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "hearty-ad",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@remotion/captions": "^4.0.434",
"@remotion/cli": "^4.0.434",
"@remotion/google-fonts": "4.0.434",
"@remotion/media": "^4.0.434",
"@remotion/transitions": "^4.0.434",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"remotion": "^4.0.434",
"typescript": "^5.9.3"
}
}