-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
36 lines (36 loc) · 992 Bytes
/
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
{
"name": "template-tiktok",
"version": "1.0.0",
"description": "A Remotion template for TikTok-style captions",
"scripts": {
"dev": "remotion studio",
"build": "remotion bundle",
"upgrade": "remotion upgrade",
"lint": "eslint src --ext ts,tsx,js,jsx && tsc",
"create-subtitles": "node sub.mjs"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@remotion/cli": "^4.0.0",
"@remotion/zod-types": "^4.0.0",
"@remotion/animation-utils": "^4.0.0",
"@remotion/layout-utils": "^4.0.0",
"@remotion/media-utils": "^4.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"remotion": "^4.0.0",
"zod": "3.22.3"
},
"devDependencies": {
"@remotion/eslint-config": "^4.0.0",
"@remotion/install-whisper-cpp": "^4.0.0",
"@remotion/captions": "^4.0.0",
"@types/react": "19.0.0",
"@types/web": "0.0.166",
"eslint": "8.57.1",
"prettier": "3.3.3",
"typescript": "5.5.4"
},
"private": true
}