-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
45 lines (45 loc) · 1.27 KB
/
package.json
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
{
"name": "template-still",
"version": "1.0.0",
"description": "A template for designing still images with dynamic data with built-in server for deploying to the cloud.",
"scripts": {
"start": "node dist/server/index.js",
"make": "tsc -d",
"dev": "remotion studio",
"build": "remotion bundle",
"render": "remotion still PreviewCard out/still.png",
"upgrade": "remotion upgrade",
"server": "bun src/server/index.ts",
"lint": "eslint src && tsc"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@aws-sdk/client-s3": "3.738.0",
"@remotion/bundler": "^4.0.0",
"@remotion/cli": "^4.0.0",
"@remotion/renderer": "^4.0.0",
"@remotion/zod-types": "^4.0.0",
"@types/express": "4.17.13",
"@types/express-rate-limit": "5.1.3",
"@types/node": "20.12.14",
"@types/react": "19.0.0",
"@types/web": "0.0.166",
"dotenv": "16.0.3",
"express": "4.21.0",
"express-rate-limit": "5.3.0",
"p-limit": "3.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"remotion": "^4.0.0",
"zod": "3.22.3"
},
"devDependencies": {
"@remotion/eslint-config-flat": "^4.0.0",
"eslint": "9.19.0",
"prettier": "3.3.3",
"bun": "1.1.30",
"typescript": "5.5.4"
},
"private": true
}