-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.3 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.3 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
{
"name": "preel",
"version": "0.1.0",
"description": "Automated video reviews for pull requests",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "remotion studio",
"build": "remotion bundle",
"typecheck": "tsc --noEmit",
"docker:build": "docker build -t preel .",
"docker:server": "docker compose up preel",
"docker:preview": "docker compose run --rm preview",
"docker:review": "docker compose run --rm review"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"@anthropic-ai/vertex-sdk": "^0.14.4",
"@aws-sdk/client-s3": "^3.700.0",
"@octokit/auth-app": "^7.2.0",
"@octokit/rest": "^21.1.1",
"@octokit/webhooks": "^13.6.2",
"@remotion/bundler": "4.0.248",
"@remotion/cli": "4.0.248",
"@remotion/renderer": "4.0.248",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"music-metadata": "^10.6.3",
"openai": "^4.73.0",
"picomatch": "^4.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remotion": "4.0.248",
"shiki": "^1.24.0",
"yaml": "^2.8.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.10.0",
"@types/picomatch": "^4.0.2",
"@types/react": "^18.2.0",
"prettier": "^3.1.0",
"tsx": "^4.6.0",
"typescript": "^5.3.0"
}
}