-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 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
{
"name": "pdmshell-assistant",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"sync-docs": "tsx scripts/sync-docs.ts"
},
"dependencies": {
"@ai-sdk/groq": "^3.0.21",
"@ai-sdk/vue": "^3.0.50",
"@iconify-json/lucide": "^1.2.87",
"@nuxt/ui": "^4.4.0",
"@nuxtjs/mdc": "^0.20.0",
"@vueuse/core": "^14.1.0",
"ai": "^6.0.50",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.45.1",
"nuxt": "^4.3.0",
"postgres": "^3.4.8",
"shiki": "^3.21.0",
"shiki-stream": "^0.1.4",
"tailwindcss": "^4.1.18",
"zod": "^4.3.6"
},
"devDependencies": {
"@nuxt/eslint": "^1.13.0",
"@types/node": "^24.10.9",
"drizzle-kit": "^0.31.8",
"eslint": "^9.39.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.4"
},
"packageManager": "pnpm@10.28.2"
}