-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
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
{
"name": "my-video",
"version": "0.1.0",
"private": true,
"dependencies": {
"@remotion/bundler": "4.0.404",
"@remotion/cli": "4.0.404",
"@remotion/google-fonts": "4.0.404",
"@remotion/lambda": "4.0.404",
"@remotion/paths": "4.0.404",
"@remotion/player": "4.0.404",
"@remotion/shapes": "4.0.404",
"next": "16.0.10",
"react": "19.2.3",
"react-dom": "19.2.3",
"remotion": "4.0.404",
"zod": "3.22.3"
},
"devDependencies": {
"@remotion/eslint-config-flat": "4.0.404",
"@remotion/eslint-plugin": "4.0.404",
"@types/node": "20.12.14",
"@eslint/js": "9.38.0",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@types/web": "0.0.166",
"dotenv": "16.0.3",
"eslint": "9.19.0",
"@next/eslint-plugin-next": "15.1.6",
"@typescript-eslint/eslint-plugin": "8.46.0",
"@typescript-eslint/parser": "8.46.0",
"eslint-config-next": "15.1.6",
"typescript": "5.9.3",
"typescript-eslint": "8.46.0",
"prettier": "3.6.0",
"@eslint/eslintrc": "3.1.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"remotion": "remotion studio",
"render": "remotion render",
"deploy": "node deploy.mjs"
}
}