{
  "name": "@vueless/nuxt",
  "version": "1.4.5",
  "description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
  "author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
  "homepage": "https://vueless.com",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "npm run dev:prepare && nuxi dev playground",
    "dev:prepare": "nuxi cleanup && nuxi prepare && nuxi cleanup playground && nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "dev:build": "nuxi build playground",
    "dev:preview": "nuxi preview playground",
    "prepack": "nuxi prepare && nuxt-module-build build && cp package.json LICENSE README.md dist/",
    "release:beta": "release-it --increment=prerelease --preRelease=beta --ci --no-git.tag --no-github.release",
    "release:patch": "release-it patch --ci",
    "release:minor": "release-it minor --ci",
    "release:major": "release-it major --ci",
    "ts:check": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
    "lint": "eslint . --no-fix",
    "lint:fix": "eslint . --fix",
    "lint:ci": "eslint . --no-fix --max-warnings=0",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "sb:dev": "storybook dev -p 6006 --no-open",
    "sb:dev:docs": "storybook dev -p 6006 --docs --no-open",
    "sb:build": "storybook build --docs",
    "sb:preview": "vite preview --host --outDir=storybook-static"
  },
  "dependencies": {
    "pathe": "^2.0.3",
    "vueless": "^1.4.9"
  },
  "devDependencies": {
    "@material-symbols/svg-500": "^0.44.4",
    "@nuxt/devtools": "^3.2.4",
    "@nuxt/eslint-config": "^1.15.2",
    "@nuxt/kit": "^4.4.2",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/schema": "^4.4.2",
    "@nuxt/test-utils": "^4.0.2",
    "@release-it/conventional-changelog": "^11.0.0",
    "@types/node": "latest",
    "@vueless/storybook": "^1.5.6",
    "changelogen": "^0.6.2",
    "eslint": "^10.2.1",
    "nuxt": "^4.4.2",
    "release-it": "^20.0.1",
    "typescript": "latest",
    "vitest": "^4.1.5",
    "vue-tsc": "^3.2.7"
  },
  "overrides": {
    "conventional-changelog-conventionalcommits": "8.0.0"
  },
  "sideEffects": false,
  "engines": {
    "node": ">=24"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs",
      "require": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuelessjs/vueless-module-nuxt.git"
  },
  "bugs": {
    "url": "https://github.com/vuelessjs/vueless-module-nuxt/issues"
  },
  "keywords": [
    "vueless",
    "nuxt",
    "nuxt.js",
    "nuxt3",
    "nuxt4",
    "ui library",
    "component library",
    "nuxt framework",
    "design system",
    "tailwind",
    "tailwindcss",
    "unstyled",
    "styleless",
    "headlessui",
    "ui"
  ]
}
