generated from remotion-dev/template-next-app-dir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "remotion-next-example",
"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.19",
"@remotion/cli": "^4.0.19",
"@remotion/google-fonts": "^4.0.19",
"@remotion/lambda": "^4.0.19",
"@remotion/paths": "^4.0.19",
"@remotion/player": "^4.0.19",
"@remotion/shapes": "^4.0.19",
"next": "^13.4.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remotion": "^4.0.19",
"zod": "^3.21.4"
},
"devDependencies": {
"@remotion/eslint-config": "^4.0.19",
"@types/node": "18.7.23",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.6",
"@types/web": "^0.0.61",
"dotenv": "^16.0.3",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.13",
"prettier": "^2.8.8",
"typescript": "4.8.3"
}
}