veditor_render_server / package.json
3v324v23's picture
upload firebase
23d4307
{
"name": "veditor-render-server",
"version": "1.0.0",
"description": "Standalone render server for VEditor using Remotion",
"main": "dist/src/server.js",
"scripts": {
"dev": "tsx watch src/server.ts",
"build": "tsc",
"start": "node dist/src/server.js",
"render": "tsx src/render.ts"
},
"dependencies": {
"@designcombo/animations": "^5.4.2",
"@designcombo/events": "^1.0.2",
"@designcombo/state": "^5.4.2",
"@designcombo/timeline": "^5.4.2",
"@designcombo/transitions": "^5.4.2",
"@designcombo/types": "^5.4.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@remotion/bundler": "4.0.407",
"@remotion/media": "4.0.407",
"@remotion/media-utils": "4.0.407",
"@remotion/paths": "4.0.407",
"@remotion/player": "4.0.407",
"@remotion/renderer": "4.0.407",
"@remotion/shapes": "4.0.407",
"@remotion/transitions": "4.0.407",
"@remotion/web-renderer": "4.0.407",
"cors": "^2.8.5",
"express": "^4.18.2",
"firebase": "^12.9.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remotion": "4.0.407",
"uuid": "^9.0.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.0",
"@types/react": "^18.2.43",
"@types/uuid": "^9.0.7",
"tsx": "^4.7.0",
"typescript": "^5.3.2"
}
}