-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.4 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.4 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
{
"name": "canopy",
"version": "0.1.0",
"private": true,
"license": "PolyForm-Noncommercial-1.0.0",
"author": "Farzad Yousefzadeh",
"repository": {
"type": "git",
"url": "https://github.com/farskid/canopy.git"
},
"homepage": "https://github.com/farskid/canopy",
"bugs": {
"url": "https://github.com/farskid/canopy/issues"
},
"keywords": [
"ai",
"docs",
"local-first",
"tiptap",
"nextjs",
"byok",
"llm",
"branching-chat",
"companion",
"sqlite",
"source-available"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@ai-sdk/anthropic": "^4.0.21",
"@ai-sdk/google": "^4.0.21",
"@ai-sdk/openai": "^4.0.20",
"@ai-sdk/openai-compatible": "^3.0.14",
"@floating-ui/react": "^0.27.20",
"@mozilla/readability": "^0.6.0",
"@tanstack/react-virtual": "^3.14.8",
"@tiptap/extension-table": "^3.28.0",
"@tiptap/extension-table-cell": "^3.28.0",
"@tiptap/extension-table-header": "^3.28.0",
"@tiptap/extension-table-row": "^3.28.0",
"@tiptap/pm": "^3.28.0",
"@tiptap/react": "^3.28.0",
"@tiptap/starter-kit": "^3.28.0",
"ai": "^7.0.34",
"better-sqlite3": "^13.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"diff": "^9.0.0",
"drizzle-orm": "^0.45.2",
"jsdom": "^29.1.1",
"katex": "^0.18.1",
"lucide-react": "^1.25.0",
"next": "16.2.11",
"pdf-parse": "^2.4.5",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"tailwind-merge": "^3.6.0",
"uuid": "^14.0.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/better-sqlite3": "^7.6.13",
"@types/diff": "^7.0.2",
"@types/jsdom": "^28.0.3",
"@types/katex": "^0.16.8",
"@types/node": "^20",
"@types/pdf-parse": "^1.1.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/uuid": "^10.0.0",
"dotenv": "^17.4.2",
"drizzle-kit": "^0.31.10",
"eslint": "^9",
"eslint-config-next": "16.2.11",
"react-scan": "^0.5.7",
"tailwindcss": "^4",
"tsx": "^4.23.1",
"typescript": "^5",
"vitest": "^4.1.10"
}
}