-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.59 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
{
"name": "easylisten",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:migrate": "node scripts/db-migrate.mjs",
"audit:sources": "node scripts/audit-rss-catalog.mjs",
"test:speech": "node --test scripts/speech-text.test.mjs scripts/audio-policy.test.mjs scripts/audio-budget.test.mjs scripts/minimax-model-policy.test.mjs scripts/tts-recovery.test.mjs scripts/workflow-recovery.test.mjs scripts/theme-contrast.test.mjs",
"test:curation": "node --test scripts/curation-policy.test.mjs scripts/source-policy.test.mjs scripts/editorial-image-policy.test.mjs scripts/age-band.test.mjs scripts/full-text.test.mjs scripts/fact-review.test.mjs scripts/canonical-source.test.mjs scripts/llm-provider.test.mjs"
},
"dependencies": {
"@capacitor/core": "^8.4.2",
"@capacitor/ios": "^8.4.2",
"@libsql/client": "^0.17.4",
"@phosphor-icons/react": "^2.1.10",
"@vercel/analytics": "^2.0.1",
"next": "^15.5.20",
"next-auth": "^5.0.0-beta.31",
"qrcode": "^1.5.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"resend": "^6.17.2"
},
"devDependencies": {
"@capacitor/cli": "^8.4.2",
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/qrcode": "^1.5.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^15.5.20",
"msedge-tts": "^2.0.7",
"sharp": "^0.35.3",
"tailwindcss": "^4",
"typescript": "^5"
}
}