-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.99 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.99 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
{
"name": "un-transcripts",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"typecheck": "tsc --noEmit",
"start": "next start",
"test": "vitest run",
"test:watch": "vitest",
"lint": "eslint .",
"format": "prettier --write \"{app,components,lib,scripts,eval}/**/*.{js,jsx,ts,tsx,css,scss,json,md}\"",
"reidentify": "tsx scripts/reidentify.ts",
"retranscribe": "tsx scripts/retranscribe.ts",
"sync-videos": "tsx scripts/sync-videos.ts",
"backfill-kaltura-ids": "tsx scripts/backfill-kaltura-ids.ts",
"backfill-durations": "tsx scripts/backfill-durations.ts",
"fetch-video-metadata": "tsx scripts/fetch-video-metadata.ts",
"usage-report": "tsx scripts/usage-report.ts",
"usage-benchmark": "tsx scripts/usage-benchmark.ts",
"compare-transcribe": "tsx scripts/compare-transcription.ts",
"test-pv-parser": "tsx scripts/test-pv-parser.ts",
"test-pv-alignment": "tsx scripts/test-pv-alignment.ts",
"eval": "tsx eval/run.ts",
"hf:upload-corpus": "tsx eval/hf/upload-corpus.ts",
"hf:push-corpus": "uv run eval/hf/push-corpus.py",
"hf:build-gadebate": "tsx eval/hf/build-gadebate.ts",
"hf:push-gadebate": "uv run eval/hf/push-gadebate.py",
"hf:discover-corpus": "tsx eval/corpus/discover-corpus.ts",
"hf:upload-results": "tsx eval/hf/upload-results.ts",
"hf:push-dashboard": "uv run eval/hf/push-dashboard.py"
},
"dependencies": {
"@huggingface/hub": "^2.11.0",
"@sentry/nextjs": "^10.55.0",
"@tanstack/react-table": "^8.21.3",
"bottleneck": "^2.19.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.4.2",
"exceljs": "^4.4.0",
"google-auth-library": "^10.6.2",
"lucide-react": "^1.14.0",
"next": "^16.2.4",
"next-intl": "^4.13.0",
"nodemailer": "^8.0.7",
"openai": "^6.35.0",
"pdf-parse": "^2.4.5",
"pdfjs-dist": "5.7.284",
"pg": "^8.20.0",
"radix-ui": "^1.4.3",
"react": "^19.2.5",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.5",
"sbd": "^1.0.19",
"tailwind-merge": "^3.5.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@tailwindcss/postcss": "^4.2.4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.6.0",
"@types/nodemailer": "^8.0.0",
"@types/pdf-parse": "^1.1.5",
"@types/pg": "^8.20.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.4",
"jsdom": "^29.1.1",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^4.2.4",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"vitest": "^4.1.7"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}