initial commit
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "RemotionService",
|
||||
"version": "1.0.0",
|
||||
"description": "My Remotion video",
|
||||
"repository": {},
|
||||
"license": "UNLICENSED",
|
||||
"private": true,
|
||||
"packageManager": "bun@1.3.10",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.892.0",
|
||||
"@aws-sdk/lib-storage": "^3.1009.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.892.0",
|
||||
"@elysiajs/openapi": "^1.4.14",
|
||||
"@elysiajs/swagger": "^1.3.1",
|
||||
"@remotion/bundler": "4.0.435",
|
||||
"@remotion/cli": "4.0.435",
|
||||
"@remotion/google-fonts": "4.0.435",
|
||||
"@remotion/media": "4.0.435",
|
||||
"@remotion/media-parser": "4.0.435",
|
||||
"@remotion/renderer": "4.0.435",
|
||||
"bullmq": "^5.71.0",
|
||||
"elysia": "^1.4.27",
|
||||
"lodash": "^4.17.23",
|
||||
"react": "19.2.4",
|
||||
"react-dom": "19.2.4",
|
||||
"remotion": "4.0.435",
|
||||
"uuid": "^13.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@remotion/eslint-config-flat": "4.0.435",
|
||||
"@types/lodash": "^4.17.24",
|
||||
"@types/node": "^25.5.0",
|
||||
"@types/react": "19.2.14",
|
||||
"@types/uuid": "^11.0.0",
|
||||
"@types/web": "0.0.342",
|
||||
"bun-types": "^1.3.10",
|
||||
"eslint": "10.0.3",
|
||||
"prettier": "3.8.1",
|
||||
"typescript": "5.9.3"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "bunx remotion studio",
|
||||
"build": "bunx remotion bundle",
|
||||
"upgrade": "bunx remotion upgrade",
|
||||
"render": "bunx remotion render",
|
||||
"lint": "bunx eslint src && bunx tsc",
|
||||
"server": "bun run server/index.ts"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user