mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
185 lines
5.0 KiB
JSON
185 lines
5.0 KiB
JSON
{
|
|
"name": "@nuxt/ui",
|
|
"description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.",
|
|
"version": "3.0.0",
|
|
"packageManager": "pnpm@10.6.5",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/ui.git"
|
|
},
|
|
"homepage": "https://ui.nuxt.com",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/module.d.ts",
|
|
"style": "./dist/runtime/index.css",
|
|
"import": "./dist/module.mjs",
|
|
"require": "./dist/module.cjs"
|
|
},
|
|
"./unplugin": {
|
|
"types": "./dist/unplugin.d.ts",
|
|
"import": "./dist/unplugin.mjs",
|
|
"require": "./dist/unplugin.cjs"
|
|
},
|
|
"./vite": {
|
|
"types": "./dist/vite.d.ts",
|
|
"import": "./dist/vite.mjs",
|
|
"require": "./dist/vite.cjs"
|
|
},
|
|
"./vue-plugin": {
|
|
"types": "./vue-plugin.d.ts"
|
|
},
|
|
"./runtime/*": "./dist/runtime/*",
|
|
"./components/*": "./dist/runtime/components/*",
|
|
"./composables/*": "./dist/runtime/composables/*",
|
|
"./utils/*": {
|
|
"types": "./dist/runtime/utils/*.d.ts",
|
|
"import": "./dist/runtime/utils/*.js"
|
|
},
|
|
"./locale": {
|
|
"types": "./dist/runtime/locale/index.d.ts",
|
|
"import": "./dist/runtime/locale/index.js"
|
|
}
|
|
},
|
|
"imports": {
|
|
"#build/ui/*": "./.nuxt/ui/*.ts",
|
|
"#build/ui.css": "./.nuxt/ui.css"
|
|
},
|
|
"bin": {
|
|
"nuxt-ui": "./cli/index.mjs"
|
|
},
|
|
"style": "./dist/runtime/index.css",
|
|
"main": "./dist/module.cjs",
|
|
"types": "./dist/types.d.ts",
|
|
"files": [
|
|
".nuxt/ui",
|
|
".nuxt/ui.css",
|
|
"dist",
|
|
"cli",
|
|
"vue-plugin.d.ts"
|
|
],
|
|
"scripts": {
|
|
"build": "nuxt-module-build build",
|
|
"prepack": "pnpm build",
|
|
"dev": "DEV=true nuxi dev playground",
|
|
"dev:vue": "DEV=true vite playground-vue",
|
|
"dev:build": "nuxi build playground",
|
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare docs && vite build playground-vue",
|
|
"docs": "DEV=true nuxi dev docs",
|
|
"docs:build": "NODE_OPTIONS='--max-old-space-size=8192' nuxi build docs",
|
|
"docs:prepare": "nuxt-component-meta docs",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck docs && cd playground-vue && vue-tsc --noEmit",
|
|
"test": "vitest",
|
|
"test:vue": "vitest -c vitest.vue.config.ts",
|
|
"test:vue:build": "vite build playground-vue",
|
|
"release": "release-it"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/vue": "^4.3.0",
|
|
"@internationalized/date": "^3.7.0",
|
|
"@internationalized/number": "^3.6.0",
|
|
"@nuxt/fonts": "^0.11.0",
|
|
"@nuxt/icon": "^1.11.0",
|
|
"@nuxt/kit": "^3.16.1",
|
|
"@nuxt/schema": "^3.16.1",
|
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
"@tailwindcss/postcss": "^4.0.14",
|
|
"@tailwindcss/vite": "^4.0.14",
|
|
"@tanstack/vue-table": "^8.21.2",
|
|
"@unhead/vue": "^2.0.0-rc.13",
|
|
"@vueuse/core": "^13.0.0",
|
|
"@vueuse/integrations": "^13.0.0",
|
|
"colortranslator": "^4.1.0",
|
|
"consola": "^3.4.2",
|
|
"defu": "^6.1.4",
|
|
"embla-carousel-auto-height": "^8.5.2",
|
|
"embla-carousel-auto-scroll": "^8.5.2",
|
|
"embla-carousel-autoplay": "^8.5.2",
|
|
"embla-carousel-class-names": "^8.5.2",
|
|
"embla-carousel-fade": "^8.5.2",
|
|
"embla-carousel-vue": "^8.5.2",
|
|
"embla-carousel-wheel-gestures": "^8.0.1",
|
|
"fuse.js": "^7.1.0",
|
|
"knitwork": "^1.2.0",
|
|
"magic-string": "^0.30.17",
|
|
"mlly": "^1.7.4",
|
|
"ohash": "^2.0.11",
|
|
"pathe": "^2.0.3",
|
|
"reka-ui": "^2.1.0",
|
|
"scule": "^1.3.0",
|
|
"tailwind-variants": "^1.0.0",
|
|
"tailwindcss": "^4.0.14",
|
|
"tinyglobby": "^0.2.12",
|
|
"unplugin": "^2.2.1",
|
|
"unplugin-auto-import": "^19.1.1",
|
|
"unplugin-vue-components": "^28.4.1",
|
|
"vaul-vue": "^0.4.1",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint-config": "^1.2.0",
|
|
"@nuxt/module-builder": "^0.8.4",
|
|
"@nuxt/test-utils": "^3.17.2",
|
|
"@release-it/conventional-changelog": "^10.0.0",
|
|
"@standard-schema/spec": "^1.0.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"embla-carousel": "^8.5.2",
|
|
"eslint": "^9.22.0",
|
|
"happy-dom": "^17.4.4",
|
|
"joi": "^17.13.3",
|
|
"nuxt": "^3.16.1",
|
|
"release-it": "^18.1.2",
|
|
"superstruct": "^2.0.2",
|
|
"valibot": "^1.0.0",
|
|
"vitest": "^3.0.9",
|
|
"vitest-environment-nuxt": "^1.0.1",
|
|
"vue-tsc": "^2.2.0",
|
|
"yup": "^1.6.1",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"resolutions": {
|
|
"@nuxt/ui": "workspace:*",
|
|
"chokidar": "3.6.0",
|
|
"debug": "4.3.7",
|
|
"rollup": "4.34.9",
|
|
"typescript": "5.6.3",
|
|
"unplugin": "^2.2.1",
|
|
"vue-tsc": "2.2.0"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"better-sqlite3",
|
|
"sharp"
|
|
],
|
|
"ignoredBuiltDependencies": [
|
|
"@parcel/watcher",
|
|
"esbuild",
|
|
"vue-demi",
|
|
"workerd"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"nuxt-ui",
|
|
"nuxt",
|
|
"vue3",
|
|
"tailwindcss",
|
|
"component library",
|
|
"vue",
|
|
"vuejs",
|
|
"vue.js",
|
|
"typescript",
|
|
"vue-components",
|
|
"ui",
|
|
"tailwind",
|
|
"framework",
|
|
"ui-framework"
|
|
]
|
|
}
|