-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.45 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.45 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
{
"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": {
"@codemirror/lang-javascript": "^6.2.1",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@remotion/bundler": "^4.0.77",
"@remotion/cli": "^4.0.77",
"@remotion/google-fonts": "^4.0.77",
"@remotion/lambda": "^4.0.77",
"@remotion/paths": "^4.0.77",
"@remotion/player": "^4.0.77",
"@remotion/shapes": "^4.0.77",
"@remotion/transitions": "^4.0.83",
"@uiw/codemirror-extensions-langs": "^4.21.21",
"@uiw/codemirror-theme-andromeda": "^4.21.21",
"@uiw/codemirror-theme-dracula": "^4.21.21",
"@uiw/codemirror-theme-github": "^4.21.21",
"@uiw/codemirror-theme-tokyo-night": "^4.21.21",
"@uiw/codemirror-theme-vscode": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"framer-motion": "^10.16.16",
"geist": "^1.2.0",
"lucide-react": "^0.303.0",
"mini-svg-data-uri": "^1.4.4",
"next": "^13.4.13",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-resizable-panels": "^1.0.6",
"react-syntax-highlighter": "^15.5.0",
"remotion": "^4.0.77",
"sonner": "^1.3.1",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.21.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@remotion/eslint-config": "^4.0.77",
"@remotion/tailwind": "^4.0.83",
"@types/node": "18.7.23",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.6",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/web": "^0.0.61",
"autoprefixer": "^10.4.16",
"dotenv": "^16.0.3",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.13",
"postcss": "^8.4.32",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.0",
"typescript": "4.8.3"
}
}