generated from remotion-dev/template-next-app-dir-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.75 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "remotion-next-example",
"version": "0.1.0",
"private": true,
"author": {
"name": "Mohit Yadav",
"email": "[email protected]",
"url": "https://mohitya.dev"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"remotion": "remotion studio",
"upgrade": "remotion upgrade",
"render": "remotion render --concurrency 1 --log=verbose --timeout 260000 ",
"create-subtitles": "node sub.mjs",
"deploy": "node deploy.mjs"
},
"dependencies": {
"@remotion/animation-utils": "4.0.212",
"@remotion/bundler": "4.0.212",
"@remotion/cli": "4.0.212",
"@remotion/google-fonts": "4.0.212",
"@remotion/lambda": "4.0.212",
"@remotion/layout-utils": "4.0.212",
"@remotion/media-utils": "4.0.212",
"@remotion/paths": "4.0.212",
"@remotion/player": "4.0.212",
"@remotion/renderer": "4.0.212",
"@remotion/shapes": "4.0.212",
"@remotion/studio": "4.0.212",
"@remotion/tailwind": "4.0.212",
"@remotion/transitions": "4.0.212",
"@remotion/zod-types": "4.0.212",
"clsx": "^2.1.0",
"next": "^14.2.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"remotion": "4.0.212",
"tailwind-merge": "^2.2.2",
"zod": "3.22.3"
},
"devDependencies": {
"@remotion/eslint-config": "4.0.212",
"@remotion/install-whisper-cpp": "4.0.212",
"@types/node": "18.7.23",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.6",
"@types/web": "^0.0.61",
"autoprefixer": "^10.4.18",
"dotenv": "^16.0.3",
"eslint": "^8.43.0",
"eslint-config-next": "^14.2.3",
"postcss": "^8.4.36",
"prettier": "^2.8.8",
"readline": "^1.3.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
}
}