{
  "name": "@ckpack/v-ui",
  "type": "module",
  "version": "1.12.5",
  "packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
  "description": "Quickly create a component library for Vue 3",
  "author": "ckvv",
  "license": "ISC",
  "homepage": "https://ckpack.github.io/v-ui",
  "repository": "https://github.com/ckpack/v-ui",
  "keywords": [
    "vue",
    "v-ui",
    "vue-ui"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "import": "./es/index.js",
      "require": "./dist/v-ui.cjs"
    },
    "./dist/*": "./dist/*",
    "./es": "./es/index.js",
    "./es/*": "./es/*",
    "./src": "./src/index.ts",
    "./src/*": "./src/*"
  },
  "main": "es/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "components.d.ts",
    "dist/*",
    "es/*",
    "src/*"
  ],
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "preinstall": "npx simple-git-hooks",
    "lint": "eslint . --fix",
    "release": "standard-version",
    "dev": "vite -c ./dev/vite.config.ts",
    "dev:build": "vite build -c ./dev/vite.config.ts",
    "build": "npm run build:es && npm run build:dist",
    "build:es": "vite build -c scripts/vite.es.ts",
    "build:dist": "vite build -c scripts/vite.dist.ts",
    "cp:changelog": "cp CHANGELOG.md ./docs/ && cp CHANGELOG.md ./docs/en/",
    "docs:dev": "npm run cp:changelog && vitepress dev docs",
    "docs:build": "npm run cp:changelog && vitepress build docs",
    "docs:serve": "npm run cp:changelog && vitepress serve docs",
    "gen": "tsx ./scripts/gen.ts",
    "postgen": "tsx ./scripts/gen-compoents.ts"
  },
  "peerDependencies": {
    "vue": "^3.3.x"
  },
  "dependencies": {
    "@ant-design/colors": "^8.0.1",
    "@emotion/css": "^11.13.5",
    "async-validator": "^4.2.5"
  },
  "devDependencies": {
    "@antfu/eslint-config": "6.7.3",
    "@types/node": "^25.0.6",
    "@vitejs/plugin-vue": "^6.0.3",
    "@vue/repl": "^4.7.1",
    "@vue/tsconfig": "^0.8.1",
    "eslint": "^9.39.2",
    "lint-staged": "^16.2.7",
    "simple-git-hooks": "^2.13.1",
    "standard-version": "^9.5.0",
    "tsx": "^4.21.0",
    "typescript": "5.9.3",
    "vite": "^7.3.1",
    "vite-plugin-dts": "4.5.4",
    "vitepress": "2.0.0-alpha.15",
    "vue": "^3.5.26"
  },
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged",
    "commit-msg": "npx tsx scripts/verify-commit.ts"
  },
  "lint-staged": {
    "*.{js,ts,mjs,cjs,tsx,jsx,vue}": [
      "eslint --fix"
    ]
  }
}
