Spaces:
Sleeping
Sleeping
File size: 1,636 Bytes
bc18ad5 bfc07a4 bc18ad5 bfc07a4 bc18ad5 013f383 585c2d4 bc18ad5 585c2d4 bc18ad5 585c2d4 bc18ad5 23d4307 bc18ad5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | {
"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"
}
} |