forked from fix/vaultys-remotion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.38 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
{
"name": "qrcode-video",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"render": "node render.js",
"upgrade": "remotion upgrade"
},
"dependencies": {
"@remotion/bundler": "4.0.220",
"@remotion/cli": "4.0.220",
"@remotion/layout-utils": "4.0.220",
"@remotion/lottie": "4.0.220",
"@remotion/media-parser": "4.0.220",
"@remotion/media-utils": "4.0.220",
"@remotion/motion-blur": "4.0.220",
"@remotion/openai-whisper": "4.0.220",
"@remotion/player": "4.0.220",
"@remotion/renderer": "4.0.220",
"@remotion/three": "4.0.220",
"@remotion/transitions": "4.0.220",
"@remotion/zod-types": "4.0.220",
"lucide-react": "^0.216.0",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-nice-avatar": "^1.5.0",
"remotion": "4.0.220",
"zod": "3.22.3"
},
"devDependencies": {
"@remotion/tailwind": "^4.0.220",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"webpack": "^5.95.0"
},
"packageManager": "pnpm@9.11.0+sha256.1c0e33f70e5df9eede84a357bdfa0b1f9dba6e58194628d48a1055756f553754"
}