-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 6.11 KB
/
Copy pathpackage.json
File metadata and controls
144 lines (144 loc) · 6.11 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "algohub-no-base44",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"next:dev": "next dev",
"build": "prisma generate && next build",
"next:build": "prisma generate && next build",
"lint": "eslint . --quiet",
"lint:i18n": "node scripts/check-i18n-coverage.mjs",
"lint:fix": "eslint . --fix",
"ml:eval": "node scripts/run-task2-5-evals.mjs",
"ml:eval:contract": "node scripts/run-task2-3-shared-contract-regression.mjs",
"ml:matcher:self-check": "node scripts/check-algorithm-matcher.mjs",
"ml:matcher:backfill": "node scripts/backfill-testimony-algorithm-matches.mjs",
"ml:task1:evaluate": "node scripts/evaluate-task1-transcription.mjs",
"ml:eval:production": "node scripts/run-task2-5-production-regression.mjs",
"ml:eval:ui": "node scripts/run-ml-quick-test-ui-regression.mjs",
"ml:eval:pittsburgh": "node scripts/evaluate-task2-5-results.mjs task345-results/production-regression/task2-5-pittsburgh-production-results.json data/task2-5-pittsburgh-eval-set.json",
"ml:eval:all": "npm run ml:eval && npm run ml:eval:production && npm run ml:eval:pittsburgh && npm run ml:eval:ui",
"ml:eval:challenge": "node scripts/evaluate-task2-5-results.mjs task345-results/challenge-ml-output/task2-5-combined-results.json data/task2-5-challenge-eval-set.json",
"ml:eval:current": "node scripts/evaluate-task2-5-results.mjs task345-results/tuned-all-stories-ml-output/task2-5-combined-results.json data/task2-5-eval-set.json",
"ml:task2-5:apply": "node scripts/task2-5-apply-results.mjs",
"ml:task2-5:review-pack": "npm run ml:briefings:export && node scripts/export-task2-5-review-pack.mjs",
"ml:briefings:export": "node scripts/briefings-corpus-export.mjs",
"ml:briefings:batch": "python scripts/briefings-corpus-batch.py",
"ml:briefings:evaluate": "node scripts/evaluate-briefings-corpus.mjs",
"ml:briefings:benchmark": "node scripts/evaluate-briefings-human-benchmark.mjs",
"ml:briefings:verify": "node scripts/verify-briefings-model-backend.mjs",
"backend:verify": "node scripts/verify-backend-boundaries.mjs",
"ml:briefings:self-check": "python scripts/briefings-corpus-batch.py --self-check --output task-briefings-results/corpus-batch-self-check.json",
"ml:briefings:apply": "node scripts/briefings-corpus-apply.mjs",
"briefings:draft": "node scripts/briefings-narrative-draft.mjs",
"briefings:draft:self-check": "node scripts/briefings-narrative-draft.mjs --self-check",
"briefings:jobs": "node scripts/briefings-process-jobs.mjs",
"briefings:review": "node scripts/review-current-briefings.mjs",
"briefings:ui:verify": "node scripts/verify-briefings-ui.mjs",
"mobile:smoke": "node scripts/run-mobile-smoke.mjs",
"typecheck": "tsc -p ./jsconfig.json",
"preview": "next start",
"db:generate": "prisma generate",
"db:migrate": "prisma migrate deploy",
"db:deploy": "prisma migrate deploy",
"db:seed": "prisma db seed",
"db:studio": "prisma studio"
},
"dependencies": {
"@google-cloud/storage": "^7.21.0",
"@hello-pangea/dnd": "^17.0.0",
"@hookform/resolvers": "^4.1.2",
"@prisma/client": "6.7.0",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-aspect-ratio": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-context-menu": "^2.2.6",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-hover-card": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-menubar": "^1.1.6",
"@radix-ui/react-navigation-menu": "^1.2.5",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slider": "^1.2.3",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.2",
"@radix-ui/react-toggle-group": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@stripe/react-stripe-js": "^3.0.0",
"@stripe/stripe-js": "^5.2.0",
"@tanstack/react-query": "^5.84.1",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.5.2",
"firebase-admin": "^14.0.0",
"framer-motion": "^11.16.4",
"html2canvas": "^1.4.1",
"i18next": "^26.3.1",
"i18next-browser-languagedetector": "^8.2.1",
"input-otp": "^1.4.2",
"jspdf": "^4.0.0",
"lamejs": "^1.2.1",
"lodash": "^4.17.21",
"lucide-react": "^0.475.0",
"moment": "^2.30.1",
"next": "^15.5.18",
"next-auth": "^5.0.0-beta.31",
"next-themes": "^0.4.4",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.6.0",
"react-i18next": "^17.0.8",
"react-leaflet": "^4.2.1",
"react-markdown": "^9.0.1",
"react-quill": "^2.0.0",
"react-resizable-panels": "^2.1.7",
"recharts": "^2.15.4",
"sonner": "^2.0.1",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"three": "^0.171.0",
"vaul": "^1.1.2",
"zod": "^3.24.2"
},
"prisma": {
"seed": "node prisma/seed.js"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/node": "^22.13.5",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"autoprefixer": "^10.4.20",
"baseline-browser-mapping": "^2.8.32",
"eslint": "^9.19.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-unused-imports": "^4.3.0",
"globals": "^15.14.0",
"playwright": "^1.61.0",
"postcss": "^8.5.3",
"prisma": "6.7.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.2"
}
}