mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
90 lines
2.5 KiB
JSON
90 lines
2.5 KiB
JSON
{
|
|
"name": "@nuxt/ui",
|
|
"description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.",
|
|
"version": "2.21.1",
|
|
"packageManager": "pnpm@10.6.2",
|
|
"repository": "nuxt/ui",
|
|
"homepage": "https://ui.nuxt.com",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/module.mjs",
|
|
"require": "./dist/module.cjs"
|
|
}
|
|
},
|
|
"main": "./dist/module.cjs",
|
|
"types": "./dist/types.d.ts",
|
|
"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.10.3",
|
|
"@nuxt/kit": "^3.16.0",
|
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
"@nuxtjs/tailwindcss": "^6.13.1",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@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.0.0",
|
|
"@vueuse/integrations": "^13.0.0",
|
|
"@vueuse/math": "^13.0.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.2.0",
|
|
"@nuxt/module-builder": "^0.8.4",
|
|
"@standard-schema/spec": "^1.0.0",
|
|
"@nuxt/test-utils": "^3.17.2",
|
|
"@release-it/conventional-changelog": "^10.0.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"eslint": "^9.22.0",
|
|
"happy-dom": "^17.1.8",
|
|
"joi": "^17.13.3",
|
|
"nuxt": "^3.16.0",
|
|
"release-it": "^18.1.2",
|
|
"superstruct": "^2.0.2",
|
|
"typescript": "^5.6.3",
|
|
"valibot": "^0.42.1",
|
|
"valibot30": "npm:valibot@0.30.0",
|
|
"valibot31": "npm:valibot@0.31.0",
|
|
"vitest": "^3.0.8",
|
|
"vitest-environment-nuxt": "^1.0.1",
|
|
"vue-tsc": "^2.1.10",
|
|
"yup": "^1.6.1",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"resolutions": {
|
|
"@nuxt/ui": "workspace:*",
|
|
"@nuxt/content": "2.13.2",
|
|
"@nuxtjs/mdc": "0.9.0",
|
|
"chokidar": "3.6.0",
|
|
"vue-tsc": "2.1.10",
|
|
"typescript": "5.6.3"
|
|
}
|
|
}
|