mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
118 lines
2.9 KiB
JSON
118 lines
2.9 KiB
JSON
{
|
|
"name": "@nuxt/ui",
|
|
"description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.",
|
|
"version": "2.22.0",
|
|
"packageManager": "pnpm@10.11.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/ui.git"
|
|
},
|
|
"homepage": "https://ui2.nuxt.com",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/module.d.mts",
|
|
"import": "./dist/module.mjs"
|
|
}
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
".": [
|
|
"./dist/module.d.mts"
|
|
]
|
|
}
|
|
},
|
|
"main": "./dist/module.mjs",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "nuxt-module-build build",
|
|
"prepack": "pnpm build",
|
|
"dev": "nuxi dev docs",
|
|
"play": "nuxi dev playground",
|
|
"build:docs": "nuxi generate docs",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"typecheck": "vue-tsc --noEmit && nuxi typecheck docs",
|
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare docs",
|
|
"release": "release-it",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/tailwindcss": "^0.2.2",
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@iconify-json/heroicons": "^1.2.2",
|
|
"@nuxt/icon": "^1.13.0",
|
|
"@nuxt/kit": "^3.17.5",
|
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
"@nuxtjs/tailwindcss": "^6.14.0",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@standard-schema/spec": "^1.0.0",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@vueuse/core": "^13.3.0",
|
|
"@vueuse/integrations": "^13.3.0",
|
|
"@vueuse/math": "^13.3.0",
|
|
"defu": "^6.1.4",
|
|
"fuse.js": "^7.1.0",
|
|
"ohash": "^2.0.11",
|
|
"pathe": "^2.0.3",
|
|
"scule": "^1.3.0",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss": "^3.4.17"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint-config": "^1.4.1",
|
|
"@nuxt/module-builder": "^1.0.1",
|
|
"@nuxt/test-utils": "^3.19.1",
|
|
"@release-it/conventional-changelog": "^10.0.1",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"eslint": "^9.28.0",
|
|
"happy-dom": "^17.5.6",
|
|
"nuxt": "^3.17.5",
|
|
"release-it": "^19.0.3",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^3.1.4",
|
|
"vitest-environment-nuxt": "^1.0.1",
|
|
"vue-tsc": "^2.2.10"
|
|
},
|
|
"peerDependencies": {
|
|
"joi": "^17.13.0",
|
|
"superstruct": "^2.0.0",
|
|
"valibot": "^1.0.0",
|
|
"yup": "^1.6.0",
|
|
"zod": "^3.24.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"joi": {
|
|
"optional": true
|
|
},
|
|
"valibot": {
|
|
"optional": true
|
|
},
|
|
"superstruct": {
|
|
"optional": true
|
|
},
|
|
"yup": {
|
|
"optional": true
|
|
},
|
|
"zod": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"resolutions": {
|
|
"@nuxt/ui": "workspace:*",
|
|
"@nuxt/content": "2.13.2",
|
|
"@nuxtjs/mdc": "0.9.0",
|
|
"@vueuse/core": "^13.3.0",
|
|
"@vueuse/integrations": "^13.3.0",
|
|
"@vueuse/math": "^13.3.0",
|
|
"@vueuse/nuxt": "13.1.0",
|
|
"chokidar": "3.6.0"
|
|
}
|
|
}
|