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.64",
|
|
"@ai-sdk/gateway": "^3.0.83",
|
|
"@ai-sdk/mcp": "^1.0.30",
|
|
"@ai-sdk/vue": "^3.0.141",
|
|
"@iconify-json/logos": "^1.2.11",
|
|
"@iconify-json/lucide": "^1.2.100",
|
|
"@iconify-json/simple-icons": "^1.2.75",
|
|
"@iconify-json/vscode-icons": "^1.2.45",
|
|
"@modelcontextprotocol/sdk": "^1.28.0",
|
|
"@nuxt/a11y": "1.0.0-alpha.1",
|
|
"@nuxt/content": "^3.12.0",
|
|
"@nuxt/image": "^2.0.0",
|
|
"@nuxt/ui": "workspace:*",
|
|
"@nuxtjs/mcp-toolkit": "^0.7.0",
|
|
"@nuxtjs/mdc": "^0.21.0",
|
|
"@octokit/rest": "^22.0.1",
|
|
"@regle/core": "^1.21.2",
|
|
"@regle/rules": "^1.21.2",
|
|
"@tiptap/extension-emoji": "^3.21.0",
|
|
"@tiptap/extension-text-align": "^3.21.0",
|
|
"@vercel/analytics": "^2.0.1",
|
|
"@vercel/speed-insights": "^2.0.0",
|
|
"@vueuse/integrations": "^14.2.1",
|
|
"@vueuse/nuxt": "^14.2.1",
|
|
"ai": "^6.0.141",
|
|
"better-sqlite3": "^12.8.0",
|
|
"capture-website": "^5.1.0",
|
|
"fflate": "^0.8.2",
|
|
"joi": "^18.1.1",
|
|
"json5": "^2.2.3",
|
|
"maska": "^3.2.0",
|
|
"minimark": "^0.2.0",
|
|
"motion-v": "^2.2.0",
|
|
"nuxt": "^4.4.2",
|
|
"nuxt-component-meta": "^0.17.2",
|
|
"nuxt-llms": "^0.2.0",
|
|
"nuxt-og-image": "^5.1.13",
|
|
"prettier": "^3.8.1",
|
|
"shiki": "^4.0.2",
|
|
"shiki-stream": "^0.1.4",
|
|
"shiki-transformer-color-highlight": "^1.1.0",
|
|
"simple-git": "^3.33.0",
|
|
"sortablejs": "^1.15.7",
|
|
"superstruct": "^2.0.2",
|
|
"tailwindcss": "^4.2.2",
|
|
"tiptap-extension-code-block-shiki": "^1.1.0",
|
|
"ufo": "^1.6.3",
|
|
"unist-util-visit": "^5.1.0",
|
|
"valibot": "^1.3.1",
|
|
"vue-component-meta": "^3.2.6",
|
|
"yup": "^1.7.1",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/sortablejs": "^1.15.9"
|
|
}
|
|
}
|