mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
51 lines
1.3 KiB
JSON
51 lines
1.3 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/vue": "^1.2.12",
|
|
"@iconify-json/logos": "^1.2.4",
|
|
"@iconify-json/lucide": "^1.2.54",
|
|
"@iconify-json/simple-icons": "^1.2.41",
|
|
"@iconify-json/vscode-icons": "^1.2.23",
|
|
"@nuxt/content": "^3.6.1",
|
|
"@nuxt/image": "^1.10.0",
|
|
"@nuxt/ui": "workspace:*",
|
|
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@3d48704",
|
|
"@nuxthub/core": "^0.9.0",
|
|
"@nuxtjs/plausible": "^1.2.0",
|
|
"@octokit/rest": "^22.0.0",
|
|
"@rollup/plugin-yaml": "^4.1.2",
|
|
"@vueuse/integrations": "^13.5.0",
|
|
"@vueuse/nuxt": "^13.5.0",
|
|
"ai": "^4.3.16",
|
|
"better-sqlite3": "^12.2.0",
|
|
"capture-website": "^4.2.0",
|
|
"joi": "^17.13.3",
|
|
"maska": "^3.1.1",
|
|
"motion-v": "^1.4.0",
|
|
"nuxt": "^3.17.6",
|
|
"nuxt-component-meta": "^0.12.0",
|
|
"nuxt-llms": "^0.1.3",
|
|
"nuxt-og-image": "^5.1.8",
|
|
"prettier": "^3.6.2",
|
|
"shiki-transformer-color-highlight": "^1.0.0",
|
|
"sortablejs": "^1.15.6",
|
|
"superstruct": "^2.0.2",
|
|
"ufo": "^1.6.1",
|
|
"valibot": "^1.1.0",
|
|
"workers-ai-provider": "^0.7.0",
|
|
"yup": "^1.6.1",
|
|
"zod": "^3.25.67"
|
|
},
|
|
"devDependencies": {
|
|
"wrangler": "^4.22.0"
|
|
}
|
|
}
|