-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 771 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 771 Bytes
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
{
"name": "srt-fixer-preview",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"remotion:preview": "remotion preview src/remotion/index.jsx",
"remotion:render": "remotion render src/remotion/index.jsx SrtFixerVerticalAd out/srt-fixer-vertical-ad.mp4 --codec=h264"
},
"dependencies": {
"@remotion/cli": "^4.0.461",
"@vercel/analytics": "^2.0.1",
"jszip": "^3.10.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redis": "^5.12.1",
"remotion": "^4.0.461"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.10",
"vitest": "^4.1.5"
}
}