-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.97 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.97 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
{
"name": "substack",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite build --watch --sourcemap true --minify false & node --import=tsx --watch ./server/index.ts",
"start": "tsx ./server/index.ts",
"build": "tsc && vite build",
"preview": "vite preview",
"biome": "biome check --write ./src"
},
"dependencies": {
"@ai-sdk/openai": "^1.3.23",
"@extractus/article-extractor": "^8.0.19",
"@hono/node-server": "^1.14.1",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.7",
"ai": "^4.3.19",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"dompurify": "^3.2.5",
"github-slugger": "^2.0.0",
"he": "^1.2.0",
"hono": "^4.7.9",
"idb": "^8.0.3",
"katex": "^0.16.33",
"lucide-react": "^0.511.0",
"marked": "^15.0.12",
"marked-base-url": "^1.1.8",
"marked-gfm-heading-id": "^4.1.1",
"ollama-ai-provider": "^1.2.0",
"radix-ui": "^1.4.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"react-router": "^7.6.2",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"shiki": "^3.9.2",
"tailwind-merge": "^3.3.0",
"turndown": "^7.2.0",
"turndown-plugin-gfm": "^1.0.2",
"use-stick-to-bottom": "^1.1.1",
"vaul": "^1.1.2",
"workbox-background-sync": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-window": "^7.3.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.7",
"@types/he": "^1.2.3",
"@types/node": "^22.15.18",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"@types/turndown": "^5.0.5",
"@vitejs/plugin-react": "^4.4.1",
"tailwindcss": "^4.1.7",
"tsx": "^4.19.4",
"tw-animate-css": "^1.2.9",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-bundle-analyzer": "^0.20.2",
"vite-plugin-pwa": "^1.0.0",
"workbox-core": "^7.3.0"
}
}