-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
52 lines (52 loc) · 1.31 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
{
"name": "template-next-app-tailwind",
"version": "0.1.0",
"private": true,
"author": {
"name": "Mohit Yadav",
"email": "mohit@mohitya.dev",
"url": "https://mohitya.dev"
},
"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",
"@remotion/tailwind": "^4.0.0",
"clsx": "2.1.1",
"next": "15.1.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"remotion": "^4.0.0",
"tailwind-merge": "2.5.2",
"zod": "3.22.3"
},
"devDependencies": {
"@remotion/eslint-config": "^4.0.0",
"@remotion/eslint-plugin": "^4.0.0",
"@types/node": "20.12.14",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/web": "0.0.166",
"autoprefixer": "10.4.20",
"dotenv": "16.0.3",
"eslint": "8.57.1",
"eslint-config-next": "15.0.4",
"postcss": "8.4.47",
"prettier": "3.3.3",
"tailwindcss": "3.4.13",
"typescript": "5.5.4"
}
}