-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.36.3",
"@blocknote/core": "^0.23.2",
"@blocknote/mantine": "^0.23.2",
"@blocknote/react": "^0.23.2",
"@tailwindcss/vite": "^4.0.5",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-vue": "^5.2.1",
"laravel-vite-plugin": "^1.0",
"markdown-it": "^14.1.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-highlightjs": "^4.2.0",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-toc-done-right": "^4.2.0",
"pinia": "^2.3.1",
"react": "^19.0.0",
"tailwindcss": "^4.0.5",
"vite": "^5.4",
"vue": "^3.5.13",
"zustand": "^5.0.3"
},
"devDependencies": {
"daisyui": "^5.0.0-beta.7"
}
}