-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.66 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
{
"name": "volta",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck",
"db:generate": "nuxt db generate",
"db:migrate": "nuxt db migrate"
},
"dependencies": {
"@ai-sdk/gateway": "^3.0.157",
"@ai-sdk/vue": "^3.0.235",
"@comark/nuxt": "^0.5.1",
"@electric-sql/pglite": "^0.5.4",
"@iconify-json/lucide": "^1.2.120",
"@iconify-json/simple-icons": "^1.2.92",
"@nuxt/ui": "^4.10.0",
"@nuxthub/core": "^0.10.8",
"@octokit/auth-app": "^8.2.0",
"@shikijs/langs": "^4.3.1",
"@tiptap/core": "^3.29.0",
"@tiptap/extension-details": "^3.29.0",
"@tiptap/extension-emoji": "^3.29.0",
"@tiptap/extension-list": "^3.29.0",
"@tiptap/extension-mention": "^3.29.0",
"@tiptap/extension-table": "^3.29.0",
"@tiptap/pm": "^3.29.0",
"@tiptap/vue-3": "^3.29.0",
"@vercel/analytics": "^2.0.1",
"@vite-pwa/nuxt": "1.1.1",
"@vueuse/core": "^14.3.0",
"@vueuse/nuxt": "^14.3.0",
"ai": "^6.0.235",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"nuxt": "^4.4.8",
"nuxt-auth-utils": "^0.5.29",
"nuxt-charts": "^2.2.0",
"octokit": "^5.0.5",
"postgres": "^3.4.9",
"shiki": "^4.3.1",
"tailwindcss": "^4.3.3",
"tiptap-extension-code-block-shiki": "^1.2.0",
"workflow": "4.6.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@nuxt/eslint": "^1.16.0",
"@types/node": "^25.9.5",
"eslint": "^10.8.0",
"typescript": "^6.0.3",
"vue-tsc": "^3.3.8"
},
"packageManager": "pnpm@11.17.0"
}