-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.18 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": "visualizer",
"version": "1.0.0",
"description": "need description",
"repository": {
"type": "git",
"url": "https://github.com/hibuno/visualizer.git"
},
"author": "hibuno",
"license": "UNKNOWN",
"private": true,
"dependencies": {
"@remotion/captions": "^4.0.251",
"@remotion/cli": "4.0.251",
"@remotion/google-fonts": "4.0.251",
"@remotion/install-whisper-cpp": "^4.0.251",
"@remotion/media-utils": "4.0.251",
"@remotion/tailwind": "4.0.251",
"@remotion/three": "4.0.251",
"@types/fluent-ffmpeg": "^2.1.27",
"boxen": "^8.0.1",
"fluent-ffmpeg": "^2.1.3",
"inquirer": "^12.3.2",
"ora": "^8.1.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"remotion": "4.0.251",
"three": "0.153.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@remotion/eslint-config": "4.0.251",
"@types/react": "18.0.0",
"@types/web": "0.0.166",
"@types/three": "^0.136.0",
"eslint": "8.57.1",
"prettier": "3.3.3",
"typescript": "5.5.4"
},
"scripts": {
"dev": "remotion studio",
"build": "remotion bundle",
"upgrade": "remotion upgrade",
"subtitle": "bun command/cli.ts",
"lint": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"sideEffects": [
"*.css"
]
}