-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
142 lines (142 loc) · 5.01 KB
/
Copy pathpackage.json
File metadata and controls
142 lines (142 loc) · 5.01 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
{
"name": "examcooker-web",
"version": "0.1.0",
"private": true,
"scripts": {
"cli": "node ./packages/cli/dist/cli.js",
"dev": "node scripts/sync-vin-together.js && next dev",
"build": "node scripts/sync-vin-together.js && next build",
"start": "next start",
"cf:command-agent:dev": "wrangler dev --config worker/wrangler.jsonc",
"cf:command-agent:deploy": "wrangler deploy --config worker/wrangler.jsonc",
"cf:command-agent:typecheck": "tsc -p worker/tsconfig.json --noEmit",
"cap:sync": "capacitor sync",
"cap:copy": "capacitor copy",
"cap:open:ios": "capacitor open ios",
"cap:open:android": "capacitor open android",
"cli:build": "pnpm --filter examcooker build",
"cli:dev": "pnpm --filter examcooker dev",
"lint": "next lint",
"sync_vin_together": "node scripts/sync-vin-together.js",
"seed_tags": "tsx scripts/seed-tags.js",
"seed_courses": "tsx scripts/seed-courses.js",
"seed_courses:dry": "tsx scripts/seed-courses.js --dry-run",
"backfill_metadata": "tsx scripts/backfill-paper-metadata.js",
"backfill_metadata:dry": "tsx scripts/backfill-paper-metadata.js --dry-run",
"backfill_answer_key_links": "tsx scripts/backfill-answer-key-links.ts",
"backfill_answer_key_links:dry": "tsx scripts/backfill-answer-key-links.ts --dry-run",
"copy_prod_to_dev": "tsx scripts/db/copy-prod-to-dev.js",
"migrate_dev_bucket": "tsx scripts/storage/migrate-dev-bucket.ts",
"migrate_gcs_to_azure": "tsx scripts/storage/migrate-gcs-to-azure.ts",
"prod:promote_papers": "tsx scripts/prod/promote-dev-papers.ts",
"prod:migrate_paper_assets": "tsx scripts/prod/migrate-azure-past-papers.ts",
"prod:paper_cutover": "tsx scripts/prod/run-paper-cutover.ts",
"prod:export_paper_snapshot": "tsx scripts/prod/export-paper-snapshot.ts",
"prod:repair_blocked_papers": "tsx scripts/prod/repair-blocked-paper-groups.ts"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.53",
"@azure/storage-blob": "^12.31.0",
"@capacitor/android": "^8.3.1",
"@capacitor/app": "^8.1.0",
"@capacitor/browser": "^8.0.3",
"@capacitor/core": "^8.3.1",
"@capacitor/ios": "^8.3.1",
"@capacitor/push-notifications": "^8.0.3",
"@capacitor/share": "^8.0.1",
"@capacitor/splash-screen": "^8.0.1",
"@capacitor/status-bar": "^8.0.2",
"@embedpdf/core": "2.14.3",
"@embedpdf/engines": "2.14.3",
"@embedpdf/models": "2.14.3",
"@embedpdf/pdfium": "2.14.3",
"@embedpdf/plugin-document-manager": "2.14.3",
"@embedpdf/plugin-render": "2.14.3",
"@embedpdf/plugin-scroll": "2.14.3",
"@embedpdf/plugin-viewport": "2.14.3",
"@embedpdf/plugin-zoom": "2.14.3",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.0.2",
"@modelcontextprotocol/ext-apps": "^1.7.1",
"@modelcontextprotocol/sdk": "1.29.0",
"@next/third-parties": "16.2.0",
"@openai/agents": "^0.8.5",
"@posthog/react": "^1.9.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-toast": "^1.2.15",
"@streamdown/cjk": "^1.0.3",
"@streamdown/code": "^1.1.1",
"@streamdown/math": "^1.0.2",
"@streamdown/mermaid": "^1.0.2",
"@types/lodash": "^4.17.20",
"@upstash/ratelimit": "^2.0.6",
"@upstash/redis": "^1.35.4",
"agents": "^0.12.3",
"ai": "^6.0.66",
"capacitor-native-tab": "1.0.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dotenv": "^17.2.3",
"drizzle-orm": "1.0.0-rc.1",
"fuse.js": "^7.1.0",
"gsap": "^3.15.0",
"jose": "^6.2.3",
"katex": "^0.16.45",
"lodash": "^4.18.1",
"lucide-react": "^0.544.0",
"next": "16.2.6",
"next-auth": "4.24.14",
"ogl": "^1.0.11",
"pdf-lib": "^1.17.1",
"pg": "^8.20.0",
"posthog-js": "^1.372.5",
"posthog-node": "^5.24.7",
"postprocessing": "^6.39.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-dropzone": "^14.3.8",
"react-player": "^2.16.1",
"streamdown": "^2.5.0",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.184.0",
"vaul": "^1.1.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@capacitor/cli": "^8.3.1",
"@cloudflare/workers-types": "^4.20260508.1",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "25.1.0",
"@types/pg": "^8.20.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/three": "^0.184.1",
"drizzle-kit": "1.0.0-rc.1",
"postcss": "^8.5.13",
"tailwindcss": "^4.1.14",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"wrangler": "^4.90.0"
},
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"capacitor-native-tab": {
"@capacitor/core": "^8.3.1"
}
},
"pnpm": {
"overrides": {
"fast-uri": "3.1.2",
"fast-xml-builder": "1.1.7",
"hono": "4.12.16",
"ip-address": "10.1.1",
"postcss": "8.5.13",
"uuid": "14.0.0"
}
}
}