-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.53 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
{
"name": "vite-react-typescript-starter",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"video": "remotion preview src/video/index.tsx",
"render": "remotion render src/video/index.tsx Main out.mp4",
"generate-audio": "tsx scripts/generateAudio.ts"
},
"dependencies": {
"@lottiefiles/dotlottie-react": "^0.12.0",
"@remotion/cli": "^4.0.244",
"@remotion/lottie": "^4.0.244",
"@remotion/media-utils": "^4.0.244",
"dotenv": "^16.4.7",
"framer-motion": "^11.15.0",
"lottie-react": "^2.4.0",
"lottie-web": "^5.12.2",
"lucide-react": "^0.344.0",
"openai": "^4.77.0",
"polished": "^4.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remotion": "^4.0.244",
"tsx": "^4.19.2"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@remotion/tailwind": "4.0.244",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"vite": "^5.4.11"
},
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}