-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 975 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 975 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
33
34
35
36
37
38
39
{
"name": "balm-docs",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.109",
"@iconify-json/simple-icons": "^1.2.84",
"@iconify-json/vscode-icons": "^1.2.51",
"@nuxt/content": "^3.14.0",
"@nuxt/fonts": "^0.14.0",
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.8.0",
"@nuxtjs/mcp-toolkit": "0.5.1",
"@vueuse/core": "^12.8.2",
"better-sqlite3": "^12.10.0",
"eta": "^3.5.0",
"jszip": "^3.10.1",
"nuxt": "^4.4.6",
"nuxt-llms": "0.1.3",
"nuxt-og-image": "^6.5.1",
"nuxt-umami": "3.2.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.2",
"eslint": "^9.39.4",
"typescript": "^5.9.3",
"vue-tsc": "^3.3.2"
},
"packageManager": "pnpm@10.25.0"
}