forked from nuxt-ui-templates/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1 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
{
"name": "nuxt-ui-template-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.90",
"@iconify-json/simple-icons": "^1.2.70",
"@iconify-json/vscode-icons": "^1.2.42",
"@nuxt/content": "^3.11.2",
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.4.0",
"@nuxtjs/mcp-toolkit": "^0.7.0",
"@nuxtjs/mdc": "^0.20.1",
"@vueuse/core": "^14.2.1",
"better-sqlite3": "^12.6.2",
"minimark": "^0.2.0",
"nuxt": "^4.3.1",
"nuxt-llms": "0.2.0",
"nuxt-og-image": "^5.1.13",
"tailwindcss": "^4.1.18",
"ufo": "^1.6.3",
"unist-util-visit": "^5.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.1",
"eslint": "^10.0.0",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.4"
},
"packageManager": "pnpm@10.29.3"
}