mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
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": "3.0.0-alpha.3",
|
|
"packageManager": "pnpm@9.11.0",
|
|
"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"
|
|
},
|
|
"./runtime/*": "./dist/runtime/*"
|
|
},
|
|
"bin": {
|
|
"nuxt-ui": "./cli/index.mjs"
|
|
},
|
|
"style": "./dist/runtime/index.css",
|
|
"main": "./dist/module.cjs",
|
|
"types": "./dist/types.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"cli"
|
|
],
|
|
"scripts": {
|
|
"build": "nuxt-module-build build",
|
|
"prepack": "pnpm build",
|
|
"dev": "DEV=true nuxi dev playground",
|
|
"dev:build": "nuxi build playground",
|
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare docs",
|
|
"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",
|
|
"test": "vitest",
|
|
"release": "release-it --preRelease=alpha --npm.tag=next"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/fonts": "^0.9.2",
|
|
"@nuxt/icon": "^1.5.2",
|
|
"@nuxt/kit": "^3.13.2",
|
|
"@nuxt/schema": "^3.13.2",
|
|
"@nuxtjs/color-mode": "^3.5.1",
|
|
"@tailwindcss/postcss": "4.0.0-alpha.24",
|
|
"@tailwindcss/vite": "4.0.0-alpha.24",
|
|
"@vueuse/core": "^11.1.0",
|
|
"@vueuse/integrations": "^11.1.0",
|
|
"defu": "^6.1.4",
|
|
"fuse.js": "^7.0.0",
|
|
"ohash": "^1.1.4",
|
|
"radix-vue": "^1.9.6",
|
|
"scule": "^1.3.0",
|
|
"tailwind-variants": "^0.2.1",
|
|
"tailwindcss": "4.0.0-alpha.24",
|
|
"vaul-vue": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint-config": "^0.5.7",
|
|
"@nuxt/module-builder": "^0.8.4",
|
|
"@nuxt/test-utils": "^3.14.2",
|
|
"@release-it/conventional-changelog": "^8.0.2",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"eslint": "^9.11.1",
|
|
"happy-dom": "^15.7.4",
|
|
"joi": "^17.13.3",
|
|
"nuxt": "^3.13.2",
|
|
"release-it": "^17.6.0",
|
|
"valibot": "^0.42.1",
|
|
"vitest": "^2.1.1",
|
|
"vitest-environment-nuxt": "^1.0.1",
|
|
"vue-tsc": "^2.1.6",
|
|
"yup": "^1.4.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"resolutions": {
|
|
"@nuxt/ui": "workspace:*",
|
|
"happy-dom": "14.12.3"
|
|
}
|
|
}
|