mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
89 lines
2.5 KiB
JSON
89 lines
2.5 KiB
JSON
{
|
|
"name": "@nuxt/ui",
|
|
"description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.",
|
|
"version": "2.19.2",
|
|
"packageManager": "pnpm@9.14.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.1",
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@iconify-json/heroicons": "^1.2.1",
|
|
"@nuxt/icon": "^1.8.2",
|
|
"@nuxt/kit": "^3.14.1592",
|
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
"@nuxtjs/tailwindcss": "^6.12.2",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@vueuse/core": "^11.3.0",
|
|
"@vueuse/integrations": "^11.3.0",
|
|
"@vueuse/math": "^11.3.0",
|
|
"defu": "^6.1.4",
|
|
"fuse.js": "^7.0.0",
|
|
"ohash": "^1.1.4",
|
|
"pathe": "^1.1.2",
|
|
"scule": "^1.3.0",
|
|
"tailwind-merge": "^2.5.5",
|
|
"tailwindcss": "^3.4.15"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint-config": "^0.7.1",
|
|
"@nuxt/module-builder": "^0.8.4",
|
|
"@nuxt/test-utils": "^3.14.4",
|
|
"@release-it/conventional-changelog": "^9.0.3",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"eslint": "^9.15.0",
|
|
"happy-dom": "^14.12.3",
|
|
"joi": "^17.13.3",
|
|
"nuxt": "^3.14.1592",
|
|
"release-it": "^17.10.0",
|
|
"superstruct": "^2.0.2",
|
|
"typescript": "^5.6.3",
|
|
"unbuild": "^2.0.0",
|
|
"valibot": "^0.42.1",
|
|
"valibot30": "npm:valibot@0.30.0",
|
|
"valibot31": "npm:valibot@0.31.0",
|
|
"vitest": "^2.1.5",
|
|
"vitest-environment-nuxt": "^1.0.1",
|
|
"vue-tsc": "^2.1.10",
|
|
"yup": "^1.4.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"resolutions": {
|
|
"@nuxt/ui": "workspace:*",
|
|
"@nuxt/content": "2.13.2",
|
|
"@nuxtjs/mdc": "0.9.0",
|
|
"chokidar": "3.6.0",
|
|
"typescript": "5.6.3"
|
|
}
|
|
}
|