{
  "name": "@soybeanjs/ui",
  "version": "0.29.3",
  "description": "SoybeanUI is built on top of SoybeanHeadless, providing a collection of styled components for Vue 3.",
  "homepage": "https://github.com/soybeanjs/soybean-ui",
  "bugs": {
    "url": "https://github.com/soybeanjs/soybean-ui/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Soybean",
    "email": "soybeanjs@outlook.com",
    "url": "https://github.com/soybeanjs"
  },
  "repository": {
    "url": "https://github.com/soybeanjs/soybean-ui.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    },
    "./nuxt": {
      "types": "./dist/nuxt/index.d.ts",
      "import": "./dist/nuxt/index.js",
      "require": "./dist/nuxt/index.js"
    },
    "./resolver": {
      "types": "./dist/resolver/index.d.ts",
      "import": "./dist/resolver/index.js",
      "require": "./dist/resolver/index.js"
    },
    "./styles.css": "./dist/styles.css"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@iconify/vue": "^5.0.1",
    "@soybeanjs/cva": "^0.0.9",
    "@soybeanjs/hooks": "^0.3.0",
    "@soybeanjs/utils": "^0.1.1",
    "@soybeanjs/shadcn-theme": "^0.29.3",
    "@soybeanjs/headless": "^0.29.3"
  },
  "devDependencies": {
    "@nuxt/kit": "^4.4.8",
    "@types/node": "^26.0.0",
    "@unocss/cli": "^66.7.2",
    "@vue/test-utils": "^2.4.11",
    "axe-core": "^4.12.1",
    "happy-dom": "^20.10.6",
    "nuxt": "^4.4.8",
    "typescript": "^6.0.3",
    "unocss": "^66.7.2",
    "unocss-preset-animations": "^1.3.0",
    "unplugin-vue": "^7.2.0",
    "unplugin-vue-components": "^32.1.0",
    "vite-plus": "^0.2.1",
    "vitest": "npm:@voidzero-dev/vite-plus-test@latest",
    "vue": "^3.5.38",
    "vue-router": "^5.1.0",
    "vue-tsc": "^3.3.5",
    "@soybeanjs/unocss-shadcn": "^0.29.3"
  },
  "peerDependencies": {
    "@nuxt/kit": "^4.3.0",
    "@nuxt/schema": "^4.3.0",
    "nuxt": ">=4.0.0",
    "unplugin-vue-components": "^31.0.0",
    "vue": ">=3.2.0",
    "vue-router": ">=4.0.0"
  },
  "peerDependenciesMeta": {
    "@nuxt/kit": {
      "optional": true
    },
    "@nuxt/schema": {
      "optional": true
    },
    "nuxt": {
      "optional": true
    },
    "unplugin-vue-components": {
      "optional": true
    },
    "vue-router": {
      "optional": true
    }
  },
  "scripts": {
    "build": "vp pack && pnpm build:css",
    "build:css": "unocss 'src/styles/**/*.ts' -o dist/styles.css --minify",
    "test": "vp test run",
    "test:coverage": "vp test run --coverage",
    "test:ui": "vp test --ui",
    "test:watch": "vp test watch",
    "typecheck": "vue-tsc --noEmit --skipLibCheck"
  }
}