mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
151 lines
4.6 KiB
JSON
151 lines
4.6 KiB
JSON
{
|
|
"name": "@nuxt/ui",
|
|
"description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.",
|
|
"version": "3.0.0-alpha.9",
|
|
"packageManager": "pnpm@9.14.2",
|
|
"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",
|
|
"import": "./dist/module.mjs",
|
|
"require": "./dist/module.cjs",
|
|
"style": "./dist/runtime/index.css"
|
|
},
|
|
"./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/*",
|
|
"./locale": {
|
|
"types": "./dist/runtime/locale/index.d.ts",
|
|
"import": "./dist/runtime/locale/index.js"
|
|
}
|
|
},
|
|
"imports": {
|
|
"#build/ui/*": "./.nuxt/ui/*.ts"
|
|
},
|
|
"bin": {
|
|
"nuxt-ui": "./cli/index.mjs"
|
|
},
|
|
"style": "./dist/runtime/index.css",
|
|
"main": "./dist/module.cjs",
|
|
"types": "./dist/types.d.ts",
|
|
"files": [
|
|
".nuxt/ui",
|
|
"dist",
|
|
"cli",
|
|
"vue-plugin.d.ts"
|
|
],
|
|
"scripts": {
|
|
"build": "nuxt-module-build build && pnpm devtools: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 && nuxi prepare devtools && vite build playground-vue",
|
|
"devtools": "NUXT_UI_DEVTOOLS_LOCAL=true nuxi dev playground",
|
|
"devtools:build": "nuxi generate devtools",
|
|
"devtools:prepare": "nuxt-component-meta playground --outputDir ../src/devtools/.component-meta/",
|
|
"docs": "DEV=true nuxi dev docs",
|
|
"docs:build": "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 && nuxi typecheck devtools && 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 --preRelease=alpha --npm.tag=next"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/vue": "^4.1.2",
|
|
"@internationalized/date": "^3.6.0",
|
|
"@internationalized/number": "^3.6.0",
|
|
"@nuxt/devtools-kit": "^1.6.1",
|
|
"@nuxt/fonts": "^0.10.2",
|
|
"@nuxt/icon": "^1.8.2",
|
|
"@nuxt/kit": "^3.14.1592",
|
|
"@nuxt/schema": "^3.14.1592",
|
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
"@tailwindcss/postcss": "4.0.0-beta.2",
|
|
"@tailwindcss/vite": "4.0.0-beta.2",
|
|
"@tanstack/vue-table": "^8.20.5",
|
|
"@unhead/vue": "^1.11.11",
|
|
"@vueuse/core": "^11.3.0",
|
|
"@vueuse/integrations": "^11.3.0",
|
|
"consola": "^3.2.3",
|
|
"defu": "^6.1.4",
|
|
"embla-carousel-auto-height": "^8.5.1",
|
|
"embla-carousel-auto-scroll": "^8.5.1",
|
|
"embla-carousel-autoplay": "^8.5.1",
|
|
"embla-carousel-class-names": "^8.5.1",
|
|
"embla-carousel-fade": "^8.5.1",
|
|
"embla-carousel-vue": "^8.5.1",
|
|
"embla-carousel-wheel-gestures": "^8.0.1",
|
|
"fuse.js": "^7.0.0",
|
|
"get-port-please": "^3.1.2",
|
|
"knitwork": "^1.1.0",
|
|
"magic-string": "^0.30.13",
|
|
"mlly": "^1.7.3",
|
|
"ohash": "^1.1.4",
|
|
"pathe": "^1.1.2",
|
|
"radix-vue": "^1.9.10",
|
|
"scule": "^1.3.0",
|
|
"sirv": "^3.0.0",
|
|
"tailwind-variants": "^0.3.0",
|
|
"tailwindcss": "4.0.0-beta.2",
|
|
"tinyglobby": "^0.2.10",
|
|
"unplugin": "^1.16.0",
|
|
"unplugin-auto-import": "^0.18.5",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"vaul-vue": "^0.2.0"
|
|
},
|
|
"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",
|
|
"@standard-schema/spec": "1.0.0-beta.3",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"embla-carousel": "^8.5.1",
|
|
"eslint": "^9.15.0",
|
|
"happy-dom": "^15.7.4",
|
|
"joi": "^17.13.3",
|
|
"knitwork": "^1.1.0",
|
|
"nuxt": "^3.14.1592",
|
|
"nuxt-component-meta": "^0.9.0",
|
|
"release-it": "^17.10.0",
|
|
"superstruct": "^2.0.2",
|
|
"valibot": "^0.42.1",
|
|
"vitest": "^2.1.5",
|
|
"vitest-environment-nuxt": "^1.0.1",
|
|
"vue-tsc": "^2.1.10",
|
|
"yup": "^1.4.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"resolutions": {
|
|
"@nuxt/ui": "workspace:*",
|
|
"happy-dom": "14.12.3",
|
|
"rollup": "^4.24.0",
|
|
"typescript": "5.6.3"
|
|
}
|
|
}
|