-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.49 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.49 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "Remotion animation",
"version": "4.0.379",
"description": "AI-powered code generation template for Remotion",
"private": true,
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/template-prompt-to-motion-graphics"
},
"homepage": "https://www.remotion.dev",
"dependencies": {
"@ai-sdk/openai": "2.0.74",
"@ai-sdk/react": "2.0.104",
"@babel/standalone": "7.28.5",
"@monaco-editor/react": "4.7.0",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-select": "2.2.6",
"@radix-ui/react-slot": "1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-three/fiber": "9.1.0",
"@remotion/animated-emoji": "4.0.418",
"@remotion/bundler": "4.0.418",
"@remotion/cli": "4.0.418",
"@remotion/google-fonts": "4.0.418",
"@remotion/lambda": "^4.0.377",
"@remotion/lottie": "4.0.418",
"@remotion/paths": "4.0.418",
"@remotion/player": "4.0.418",
"@remotion/shapes": "4.0.418",
"@remotion/tailwind-v4": "4.0.418",
"@remotion/three": "4.0.418",
"@remotion/transitions": "4.0.418",
"@remotion/web-renderer": "4.0.418",
"ai": "5.0.104",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.555.0",
"monaco-editor": "0.55.1",
"monaco-jsx-syntax-highlight": "1.2.2",
"next": "16.1.5",
"react": "19.2.1",
"react-dom": "19.2.1",
"remotion": "4.0.418",
"tailwind-merge": "3.4.0",
"three": "0.178.0",
"zod": "4.1.13"
},
"devDependencies": {
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.38.0",
"@next/eslint-plugin-next": "15.1.6",
"@remotion/eslint-plugin": "4.0.418",
"@tailwindcss/postcss": "4.1.1",
"@types/babel__standalone": "7.1.9",
"@types/node": "20.12.14",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@types/three": "0.176.0",
"@types/web": "0.0.166",
"@typescript-eslint/eslint-plugin": "8.46.0",
"@typescript-eslint/parser": "8.46.0",
"autoprefixer": "10.4.20",
"dotenv": "16.0.3",
"eslint": "^9.39.2",
"eslint-config-next": "15.1.6",
"postcss": "8.4.47",
"prettier": "3.6.0",
"raw-loader": "^4.0.2",
"tailwindcss": "4.0.3",
"tw-animate-css": "1.4.0",
"typescript": "5.9.3",
"typescript-eslint": "8.46.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"remotion": "remotion studio",
"render": "remotion render",
"deploy": "node deploy.mjs"
}
}