-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.77 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
51
52
53
54
55
{
"name": "remotion-template",
"version": "1.0.0",
"description": "My Remotion video",
"type": "module",
"scripts": {
"start": "remotion studio",
"build:story": "remotion render Story out/story-video.mp4 --concurrency=1",
"build:meme": "remotion render Meme out/meme-video.mp4 --concurrency=1",
"upgrade": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@anthropic-ai/sdk": "^0.33.1",
"@aws-sdk/client-sqs": "^3.511.0",
"@remotion/cli": "4.0.140",
"@remotion/gif": "4.0.140",
"@remotion/lambda": "4.0.140",
"@remotion/media-utils": "4.0.140",
"@remotion/zod-types": "4.0.140",
"@types/fluent-ffmpeg": "^2.1.24",
"audioconcat": "^0.1.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"fluent-ffmpeg": "^2.1.2",
"framer-motion": "^11.11.17",
"groq-sdk": "^0.8.0",
"lucide-react": "^0.460.0",
"mysql2": "^3.9.1",
"openai": "^4.77.0",
"parse-srt": "1.0.0-alpha",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-tweet": "^3.2.1",
"recharts": "^2.13.3",
"remotion": "4.0.140",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.21.4"
},
"devDependencies": {
"@remotion/eslint-config": "4.0.140",
"@remotion/tailwind": "4.0.140",
"@types/react": "^18.0.26",
"@types/web": "^0.0.91",
"eslint": "^8.43.0",
"i": "^0.3.7",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.1",
"typescript": "^4.9.4",
"@types/recharts": "^1.8.29"
}
}