{
  "name": "ant-design-x-vue",
  "version": "1.6.0",
  "description": "Craft AI-driven interfaces effortlessly",
  "keywords": [
    "AI",
    "Copilot",
    "ant",
    "antdv",
    "components",
    "framework",
    "chat-ui",
    "vue"
  ],
  "scripts": {
    "build": "run-p build:es build:dist build:resolver",
    "build:es": "vite build && vue-tsc --project ./tsconfig.build.json",
    "build:dist": "vite build --config ./vite.config.dist.mts && vue-tsc --project ./tsconfig.build.json",
    "build:resolver": "tsc resolver/index.ts --outDir resolver-dist --declaration",
    "build:watch": "vite build --watch",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs",
    "lint": "npm run lint:es",
    "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx,vue}\"",
    "prepublishOnly": "npm run test && npm run build",
    "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
    "test": "vitest",
    "test:cov": "vitest --coverage",
    "typecheck": "vue-tsc --noEmit",
    "update-contributors": "node scripts/update-contributors.js",
    "play": "vite ./play"
  },
  "author": {
    "name": "wzc520pyfm",
    "email": "wzc520pyf@163.com",
    "url": "https://github.com/wzc520pyfm"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wzc520pyfm/ant-design-x-vue"
  },
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./typings/index.d.ts",
      "import": "./es/index.mjs",
      "require": "./lib/index.js"
    },
    "./dist/style.css": "./dist/style.css",
    "./resolver": {
      "types": "./resolver-dist/index.d.ts",
      "import": "./resolver-dist/index.js",
      "require": "./resolver-dist/index.js"
    }
  },
  "main": "./lib/index.js",
  "module": "./es/index.mjs",
  "unpkg": "./dist/index.umd.js",
  "types": "./typings/index.d.ts",
  "sideEffects": false,
  "files": [
    "es",
    "lib",
    "dist",
    "typings",
    "resolver-dist"
  ],
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{md,json}": [
      "prettier --write --no-error-on-unmatched-pattern"
    ],
    "*.{css,less}": [
      "stylelint --fix",
      "prettier --write"
    ],
    "*.{js,jsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{ts,tsx}": [
      "eslint --fix",
      "prettier --parser=typescript --write"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "ant-design-vue": ">=4.0.0",
    "vue": ">=3.5.0"
  },
  "devDependencies": {
    "@ant-design/icons-vue": "^7.0.1",
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@eslint/js": "^9.11.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@stackblitz/sdk": "^1.11.0",
    "@types/markdown-it": "^14.1.2",
    "@types/node": "^22.10.2",
    "@types/stylis": "^4.2.7",
    "@typescript-eslint/eslint-plugin": "^8.7.0",
    "@typescript-eslint/parser": "^8.7.0",
    "@vitejs/plugin-vue": "^5.1.4",
    "@vitejs/plugin-vue-jsx": "^4.0.1",
    "@vitest/coverage-v8": "^2.1.1",
    "@vue/shared": "^3.5.13",
    "@vue/test-utils": "^2.4.6",
    "ant-design-vue": "^4.2.6",
    "changelogen": "^0.5.7",
    "dayjs": "^1.11.13",
    "eslint": "^8.57.1",
    "eslint-plugin-vue": "^9.17.0",
    "fast-glob": "^3.3.2",
    "glob": "^11.0.1",
    "happy-dom": "^15.7.4",
    "husky": "^8.0.1",
    "less": "^4.2.0",
    "lint-staged": "^13.0.3",
    "markdown-it": "^14.1.0",
    "markdown-it-container": "^4.0.0",
    "npm-run-all2": "^8.0.3",
    "prettier": "^2.7.1",
    "prettier-plugin-organize-imports": "^3.0.0",
    "prettier-plugin-packagejson": "^2.2.18",
    "stylelint": "^14.9.1",
    "typescript": "~5.8.0",
    "unplugin-vue-macros": "^2.14.5",
    "vite": "^6.2.0",
    "vite-plugin-inspect": "^0.8.9",
    "vitepress": "^1.5.0",
    "vitest": "^2.1.1",
    "vue": "^3.5.10",
    "vue-tsc": "^2.1.6"
  },
  "dependencies": {
    "@ant-design/fast-color": "^2.0.6",
    "@emotion/hash": "^0.9.2",
    "@emotion/unitless": "^0.10.0",
    "@vueuse/core": "^13.4.0",
    "classnames": "^2.5.1",
    "csstype": "^3.1.3",
    "stylis": "^4.3.4"
  },
  "packageManager": "pnpm@9.6.0"
}
