-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 837 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 837 Bytes
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
{
"name": "openkb",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@google/genai": "^1.32.0",
"@tiptap/extension-bubble-menu": "^2.10.3",
"@tiptap/extension-floating-menu": "^2.10.3",
"@tiptap/extension-placeholder": "^2.10.3",
"@tiptap/extension-text-align": "^2.10.3",
"@tiptap/extension-underline": "^2.10.3",
"@tiptap/react": "^2.10.3",
"@tiptap/starter-kit": "^2.10.3",
"@tiptap/suggestion": "^2.10.3",
"lucide-react": "^0.556.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "~5.2.2",
"vite": "^5.0.0"
}
}