-
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.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 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": "fsbackup-docs",
"packageManager": "pnpm@10.32.1",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"generate": "nuxt generate",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.96",
"@iconify-json/simple-icons": "^1.2.72",
"@iconify-json/vscode-icons": "^1.2.44",
"@nuxt/content": "^3.12.0",
"@nuxt/fonts": "^0.14.0",
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.5.1",
"@nuxtjs/mcp-toolkit": "^0.7.0",
"@nuxtjs/mdc": "^0.20.2",
"@nuxtjs/sitemap": "^7.6.0",
"@vueuse/core": "^14.2.1",
"better-sqlite3": "^12.6.2",
"minimark": "^0.2.0",
"nuxt": "^4.4.2",
"nuxt-llms": "0.2.0",
"nuxt-og-image": "^5.1.13",
"tailwindcss": "^4.2.1",
"ufo": "^1.6.3",
"unist-util-visit": "^5.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.2",
"eslint": "^10.0.3",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.5"
}
}