-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
137 lines (137 loc) · 5.84 KB
/
package.json
File metadata and controls
137 lines (137 loc) · 5.84 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
{
"name": "harvous",
"type": "module",
"version": "1.216.13",
"repository": {
"type": "git",
"url": "https://github.com/harvouscom/harvous.git"
},
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "npm run dev:all",
"build": "node scripts/inject-sw-cache-version.js && npm run build:api && npm run build:spa",
"preview": "vite preview --port 4322",
"db:sync": "node -r dotenv/config node_modules/.bin/drizzle-kit push --config drizzle.config.ts",
"db:push": "node -r dotenv/config node_modules/.bin/drizzle-kit push --config drizzle.config.ts",
"db:check": "node scripts/db-sync.js",
"predeploy": "npm run db:push",
"deploy": "npm run build",
"dev:api": "node scripts/generate-founder-letter.js && tsx scripts/generate-onboarding-notes.ts && tsx watch server/dev.ts",
"dev:all": "concurrently --names api,spa -c green,yellow \"npm run dev:api\" \"node scripts/wait-for-api.js && npm run dev:spa\"",
"build:api": "node scripts/generate-founder-letter.js && tsx scripts/generate-onboarding-notes.ts && esbuild server/netlify.ts --bundle --platform=node --target=node22 --format=cjs --alias:@=src --alias:punycode=./node_modules/punycode/punycode.js --loader:.md=text --outfile=netlify/functions/api.cjs",
"dev:spa": "vite",
"build:spa": "vite build",
"preview:spa": "vite preview --port 4322",
"build:native": "npm run build:spa && node_modules/.bin/cap sync",
"cap:sync": "npm run build:spa && node_modules/.bin/cap sync",
"cap:ios": "npm run cap:sync && node_modules/.bin/cap open ios",
"cap:android": "npm run cap:sync && node_modules/.bin/cap open android",
"precommit": "npm run db:check",
"version:bump": "node scripts/bump-version.js",
"version:check": "node -e \"console.log(require('./package.json').version)\"",
"changelog:generate": "node scripts/generate-changelog.js",
"release-notes:generate": "node scripts/generate-release-notes.js",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:join": "playwright test e2e/shared-space-join.spec.ts e2e/invitation-accept.spec.ts --workers=1",
"test:e2e:setup": "tsx scripts/seed-e2e.ts && tsx scripts/seed-e2e.ts && npm run test:e2e:join",
"easter:publish": "tsx scripts/publish-easter-2026-shared-space.ts",
"easter:patch-metadata": "tsx scripts/patch-easter-2026-metadata.ts",
"easter:sync-notes": "tsx scripts/sync-easter-2026-notes.ts",
"easter-weekend:publish": "tsx scripts/publish-easter-weekend-thread.ts",
"lighthouse:a11y": "node scripts/lighthouse-a11y.mjs",
"harvous:grant-space-member": "tsx scripts/grant-harvous-space-member.ts",
"bible:download": "node server/data/bibles/_download_api_bible.mjs",
"bible:download:new": "node server/data/bibles/_download_all_new_bibles.mjs",
"bible:list-api-bibles": "node server/data/bibles/_list_api_bibles.mjs",
"bible:generate": "node server/data/bibles/_generate_translation.mjs",
"bible:generate:all": "node server/data/bibles/_generate_all_new_bibles.mjs",
"bible:download:bolls": "node server/data/bibles/_download_bolls.mjs",
"bible:download:bolls:all": "node server/data/bibles/_download_all_bolls.mjs"
},
"dependencies": {
"@capacitor/android": "^8.1.0",
"@capacitor/cli": "^8.1.0",
"@capacitor/core": "^8.1.0",
"@capacitor/haptics": "^8.0.0",
"@capacitor/ios": "^8.1.0",
"@capacitor/splash-screen": "^8.0.1",
"@capacitor/status-bar": "^8.0.1",
"@clerk/backend": "^2.19.3",
"@clerk/clerk-react": "^5.59.2",
"@extractus/article-extractor": "^8.0.20",
"@fontsource/literata": "^5.2.8",
"@fontsource/reddit-mono": "^5.1.1",
"@fontsource/reddit-sans": "^5.1.1",
"@fortawesome/fontawesome-free": "^6.7.2",
"@hono/node-server": "^1.19.9",
"@mozilla/readability": "^0.6.0",
"@netlify/blobs": "^10.7.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-toggle": "^1.1.10",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-router": "^1.159.10",
"@tiptap/extension-bullet-list": "^3.20.5",
"@tiptap/extension-highlight": "^3.20.5",
"@tiptap/extension-list-item": "^3.20.5",
"@tiptap/extension-ordered-list": "^3.20.5",
"@tiptap/extension-placeholder": "^3.20.5",
"@tiptap/extension-superscript": "^3.20.5",
"@tiptap/extension-underline": "^3.20.5",
"@tiptap/react": "^3.20.5",
"@tiptap/starter-kit": "^3.20.5",
"@types/marked": "^6.0.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vercel/og": "^0.6.2",
"@vitejs/plugin-react": "5.1.4",
"autoprefixer": "^10.4.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dexie": "^4.2.1",
"dotenv": "^17.3.1",
"drizzle-orm": "^0.45.1",
"hono": "^4.12.1",
"isomorphic-dompurify": "^2.22.0",
"linkedom": "^0.18.12",
"lucide-react": "^0.544.0",
"marked": "^17.0.0",
"nanostores": "^1.0.1",
"postgres": "^3.4.8",
"posthog-js": "^1.292.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"satori": "^0.19.1",
"satori-html": "^0.3.2",
"sharp": "^0.34.5",
"sonner": "^2.0.7",
"turndown": "^7.2.2",
"typescript": "^5.9.2",
"vaul": "^1.1.2",
"web-haptics": "^0.0.6"
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.88.0",
"@clerk/testing": "^1.13.35",
"@playwright/test": "^1.58.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@vitest/ui": "^4.0.18",
"concurrently": "^9.2.1",
"drizzle-kit": "^0.31.9",
"fake-indexeddb": "^6.2.5",
"jsdom": "^25.0.1",
"lighthouse": "^11.7.1",
"tsx": "^4.21.0",
"vitest": "^4.0.18"
}
}