-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "template-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"remotion": "remotion studio",
"render": "remotion render",
"deploy": "node deploy.mjs"
},
"dependencies": {
"@remotion/bundler": "^4.0.0",
"@remotion/cli": "^4.0.0",
"@remotion/google-fonts": "^4.0.0",
"@remotion/lambda": "^4.0.0",
"@remotion/paths": "^4.0.0",
"@remotion/player": "^4.0.0",
"@remotion/shapes": "^4.0.0",
"next": "14.2.13",
"react": "18.3.1",
"react-dom": "18.3.1",
"remotion": "^4.0.0",
"zod": "3.22.3"
},
"devDependencies": {
"@remotion/eslint-config": "^4.0.0",
"@remotion/eslint-plugin": "^4.0.0",
"@types/node": "20.12.14",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/web": "0.0.166",
"dotenv": "16.0.3",
"eslint": "8.56.0",
"eslint-config-next": "14.2.13",
"typescript": "5.5.4",
"prettier": "3.3.3"
}
}