-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.77 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "github-stars",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"remotion-studio": "remotion studio src/video/index.ts",
"auth:migrate": "npx @better-auth/cli@latest migrate --config src/lib/auth-migrate.ts -y"
},
"dependencies": {
"@neondatabase/serverless": "^1.1.0",
"@octokit/rest": "^22.0.1",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@react-hook/size": "^2.1.2",
"@remotion/bundler": "4.0.489",
"@remotion/google-fonts": "4.0.489",
"@remotion/player": "4.0.489",
"@remotion/renderer": "4.0.489",
"@remotion/tailwind-v4": "4.0.489",
"@remotion/web-renderer": "4.0.489",
"@total-typescript/ts-reset": "^0.6.1",
"@vercel/analytics": "^2.0.1",
"better-auth": "^1.6.23",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.24.0",
"next": "16.2.10",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"remotion": "4.0.489",
"tailwind-merge": "^3.6.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@remotion/cli": "4.0.489",
"@tailwindcss/postcss": "^4.3.2",
"@types/node": "^20",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"eslint": "^9",
"eslint-config-next": "16.2.10",
"postcss": "^8.4.49",
"tailwindcss": "^4.3.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
},
"overrides": {
"remotion": "4.0.489",
"@remotion/google-fonts": "4.0.489",
"@remotion/bundler": "4.0.489",
"@remotion/cli": "4.0.489",
"@remotion/player": "4.0.489",
"@remotion/renderer": "4.0.489",
"@remotion/tailwind-v4": "4.0.489",
"@remotion/web-renderer": "4.0.489"
}
}