-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.94 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.94 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "codestack-videos",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev:script": "tsx --env-file .env src/generate-script.ts",
"dev:newsletter": "tsx --env-file .env src/process-newsletter.ts",
"dev:news": "tsx --env-file .env src/news-producer.ts",
"dev:debate": "tsx --env-file .env src/generate-debate.ts",
"dev:tinder-roast": "tsx --env-file .env src/generate-tinder-roast.ts",
"dev:umbanda": "tsx --env-file .env src/generate-religious.ts",
"dev:video": "tsx --env-file .env src/render-video.ts",
"dev:metrics": "tsx --env-file .env src/metrics.ts",
"dev:output": "tsx --env-file .env src/download-output.ts",
"dev:remotion": "remotion preview --props=./public/script.json"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.5.1",
"devDependencies": {
"@remotion/eslint-config-flat": "4.0.437",
"@types/cli-progress": "^3.11.6",
"@types/matter-js": "^0.19.8",
"@types/node": "^22.15.21",
"@types/react": "^19.1.5",
"@types/split-file": "^2.3.3",
"@types/wav": "^1.0.4",
"@types/web": "^0.0.233",
"eslint": "^9.27.0",
"prettier": "^3.5.3",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.78.0",
"@elevenlabs/elevenlabs-js": "^2.27.0",
"@google/genai": "^1.43.0",
"@googleapis/customsearch": "^5.0.1",
"@mermaid-js/mermaid-cli": "^11.9.0",
"@notionhq/client": "^3.1.1",
"@remotion/animation-utils": "^4.0.437",
"@remotion/bundler": "4.0.437",
"@remotion/cli": "4.0.437",
"@remotion/gif": "4.0.437",
"@remotion/google-fonts": "4.0.437",
"@remotion/media": "4.0.437",
"@remotion/media-parser": "4.0.437",
"@remotion/media-utils": "^4.0.437",
"@remotion/renderer": "4.0.437",
"@remotion/tailwind-v4": "4.0.437",
"@remotion/zod-types": "4.0.437",
"@types/fluent-ffmpeg": "^2.1.27",
"cli-progress": "^3.12.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"dotenv": "^17.2.3",
"fish-audio": "^0.1.0",
"fluent-ffmpeg": "^2.1.3",
"get-audio-duration": "^4.0.1",
"get-video-duration": "^4.1.0",
"googleapis": "^165.0.0",
"lucide-react": "^0.562.0",
"matter-js": "^0.20.0",
"mime": "^4.1.0",
"node-html-parser": "^7.0.1",
"openai": "6.25.0",
"puppeteer": "^24.16.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"remotion": "4.0.437",
"sentence-splitter": "^5.0.0",
"sharp": "^0.34.3",
"shiki": "^3.10.0",
"split-file": "^2.3.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.7",
"uuid": "^11.1.0",
"wav": "^1.0.2",
"yt-dlp-exec": "^1.0.2",
"zod": "^4",
"zod-to-json-schema": "^3.25.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"@ffprobe-installer/linux-x64",
"esbuild",
"onnxruntime-node",
"protobufjs",
"puppeteer",
"sharp",
"yt-dlp-exec"
]
}
}