-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.63 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
{
"name": "yopedia",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"build:cloudflare": "opennextjs-cloudflare build",
"journal:build": "node journal-site/build.mjs",
"journal:preview": "pnpm journal:build && node journal-site/preview.mjs",
"cli": "tsx src/cli.ts",
"mcp": "tsx src/mcp.ts"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.66",
"@ai-sdk/google": "^3.0.60",
"@ai-sdk/openai": "^3.0.50",
"@clerk/nextjs": "^7.4.2",
"@modelcontextprotocol/sdk": "^1.29.0",
"@mozilla/readability": "^0.6.0",
"@tailwindcss/typography": "^0.5.19",
"ai": "^6.0.146",
"beautiful-mermaid": "^1.1.3",
"fflate": "^0.8.2",
"linkedom": "^0.18.12",
"mermaid": "^11.15.0",
"next": "15.5.18",
"ollama-ai-provider-v2": "^3.5.0",
"posthog-js": "^1.392.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"unpdf": "^1.6.2",
"youtube-transcript": "1.3.1",
"zod": "^4.4.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@opennextjs/cloudflare": "^1.19.10",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"chart.js": "^4.5.1",
"eslint": "^9",
"eslint-config-next": "15.5.18",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5",
"vitest": "^3",
"wrangler": "^4.92.0"
},
"pnpm": {
"overrides": {
"vite": "^7.3.2",
"postcss": "^8.5.10"
}
}
}