-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.16 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
{
"name": "wordsworth",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "netlify dev",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.46",
"@ai-sdk/google": "^3.0.30",
"@ai-sdk/openai": "^3.0.31",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/language-data": "^6.5.2",
"@codemirror/merge": "^6.12.0",
"@codemirror/state": "^6.5.4",
"@codemirror/view": "^6.39.15",
"@netlify/functions": "^5.1.2",
"ai": "^6.0.97",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.575.0",
"netlify-cli": "^24.0.0",
"pinia": "^3.0.4",
"radix-vue": "^1.9.17",
"tailwind-merge": "^3.5.0",
"vue": "^3.5.25",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.1",
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.2",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.8.1",
"happy-dom": "^20.7.0",
"tailwindcss": "^4.2.1",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vitest": "^3.2.4",
"vue-tsc": "^3.1.5"
}
}