-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.85 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "vanta",
"version": "2.1.0",
"description": "Open source AI video engine built on Remotion. Voice cloning, AI avatars, animated captions, text-to-video, AI music, video editor, timeline, 100+ transitions. Free Synthesia / HeyGen / Runway / CapCut / Descript alternative. 40+ repos, one render pipeline, $0.",
"scripts": {
"start": "npx remotion studio",
"build": "npx remotion render src/index.ts VantaShowcase out/vanta-showcase.mp4",
"render": "npx remotion render src/index.ts VantaShowcase out/vanta-showcase.mp4",
"render:gif": "npx remotion render src/index.ts VantaShowcase out/vanta-showcase.gif --image-format png",
"preview": "npx remotion preview src/index.ts",
"upgrade": "npx remotion upgrade"
},
"dependencies": {
"@remotion/cli": "^4.0.0",
"@remotion/player": "^4.0.0",
"@remotion/transitions": "^4.0.0",
"@remotion/shapes": "^4.0.0",
"@remotion/noise": "^4.0.0",
"@remotion/motion-blur": "^4.0.0",
"remotion": "^4.0.0",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
"devDependencies": {
"@remotion/bundler": "^4.0.0",
"@types/react": "^18.3.0",
"typescript": "^5.5.0",
"prettier": "^3.0.0"
},
"keywords": [
"remotion",
"video",
"programmatic-video",
"ai-video",
"ai-video-generator",
"text-to-video",
"react",
"motion-graphics",
"voice-cloning",
"text-to-speech",
"ai-avatars",
"lip-sync",
"talking-head",
"video-editor",
"video-editing",
"animated-captions",
"whisper",
"subtitles",
"synthesia-alternative",
"heygen-alternative",
"runway-alternative",
"capcut-alternative",
"elevenlabs-alternative",
"open-source-video",
"vanta"
],
"author": "itsjwill",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/itsjwill/vanta"
}
}