mirror of
https://github.com/nuxt/ui.git
synced 2026-09-14 19:51:10 +08:00
69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"private": true,
|
|
"name": "@nuxt/ui-docs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "nuxt dev",
|
|
"build": "nuxt build",
|
|
"generate": "nuxt generate",
|
|
"typecheck": "nuxt typecheck"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/anthropic": "^3.0.85",
|
|
"@ai-sdk/gateway": "^3.0.133",
|
|
"@ai-sdk/mcp": "^1.0.52",
|
|
"@ai-sdk/vue": "^3.0.208",
|
|
"@comark/vue": "^0.4.0",
|
|
"@iconify-json/logos": "^1.2.11",
|
|
"@iconify-json/lucide": "^1.2.114",
|
|
"@iconify-json/simple-icons": "^1.2.86",
|
|
"@iconify-json/vscode-icons": "^1.2.58",
|
|
"@nuxt/content": "^3.14.0",
|
|
"@nuxt/image": "^2.0.0",
|
|
"@nuxt/ui": "workspace:*",
|
|
"@nuxtjs/mcp-toolkit": "^0.17.2",
|
|
"@nuxtjs/mdc": "^0.22.0",
|
|
"@octokit/rest": "^22.0.1",
|
|
"@regle/core": "^1.28.0",
|
|
"@regle/rules": "^1.28.0",
|
|
"@takumi-rs/core": "^1.8.7",
|
|
"@tiptap/extension-emoji": "^3.26.1",
|
|
"@tiptap/extension-text-align": "^3.26.1",
|
|
"@vercel/analytics": "^2.0.1",
|
|
"@vercel/speed-insights": "^2.0.0",
|
|
"@vueuse/integrations": "^14.3.0",
|
|
"@vueuse/nuxt": "^14.3.0",
|
|
"ai": "^6.0.208",
|
|
"better-sqlite3": "^12.11.1",
|
|
"capture-website": "^5.1.0",
|
|
"fflate": "^0.8.3",
|
|
"joi": "^18.2.3",
|
|
"json5": "^2.2.3",
|
|
"maska": "^3.2.0",
|
|
"minimark": "^0.2.0",
|
|
"motion-v": "^2.3.0",
|
|
"nuxt": "^4.4.8",
|
|
"nuxt-component-meta": "^0.17.2",
|
|
"nuxt-llms": "^0.2.0",
|
|
"nuxt-og-image": "^6.6.0",
|
|
"nuxt-schema-org": "^6.2.1",
|
|
"prettier": "^3.8.4",
|
|
"shiki": "^4.2.0",
|
|
"shiki-transformer-color-highlight": "^1.1.0",
|
|
"simple-git": "^3.36.0",
|
|
"sortablejs": "^1.15.7",
|
|
"superstruct": "^2.0.2",
|
|
"tailwindcss": "^4.3.1",
|
|
"tiptap-extension-code-block-shiki": "^1.2.0",
|
|
"ufo": "^1.6.4",
|
|
"unist-util-visit": "^5.1.0",
|
|
"valibot": "^1.4.1",
|
|
"vue-component-meta": "^3.3.5",
|
|
"yup": "^1.7.1",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/sortablejs": "^1.15.9"
|
|
}
|
|
}
|