{
  "name": "@antdv-next/pro",
  "type": "module",
  "version": "1.0.1",
  "description": "Ant Design Vue3 Pro component library",
  "author": {
    "email": "aibayanyu@gamil.com",
    "name": "aibayanyu20"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antdv-next/antdv-next-pro.git",
    "directory": "packages/pro"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./scrollbar": {
      "types": "./dist/scrollbar/index.d.ts",
      "import": "./dist/scrollbar/index.js",
      "default": "./dist/scrollbar/index.js"
    },
    "./dist/*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*.js",
      "default": "./dist/*.js"
    },
    "./web-types.json": "./web-types.json",
    "./web-tags.json": "./web-tags.json",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "README.md",
    "dist",
    "package.json",
    "web-tags.json",
    "web-types.json"
  ],
  "contributes": {
    "html": {
      "customData": [
        "./web-tags.json"
      ]
    }
  },
  "peerDependencies": {
    "antdv-next": ">=1.3.0",
    "vue": ">=3.2.0"
  },
  "dependencies": {
    "@antdv-next/cssinjs": "^1.0.6",
    "@v-c/util": "^1.0.19"
  },
  "devDependencies": {
    "@mdit-vue/plugin-frontmatter": "3.0.2",
    "@mdit-vue/shared": "^3.0.2",
    "@types/markdown-it": "14.1.2",
    "@types/node": "^25.9.4",
    "@vitejs/plugin-vue": "^6.0.7",
    "@vitejs/plugin-vue-jsx": "^5.1.6",
    "@vue/server-renderer": "^3.5.38",
    "@vue/test-utils": "^2.4.11",
    "@vue/tsconfig": "^0.8.1",
    "antdv-next": "^1.3.7",
    "bumpp": "^10.4.1",
    "markdown-it": "14.3.0",
    "npm-run-all": "^4.1.5",
    "tinyglobby": "0.2.17",
    "tsdown": "0.22.3",
    "tsx": "^4.22.4",
    "vite-plugin-tsx-resolve-types": "^1.0.1",
    "vitest": "^4.1.9",
    "vue-tsc": "^3.3.5"
  },
  "web-types": "web-types.json",
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest watch",
    "test:ui": "vitest --ui",
    "typecheck": "vue-tsc --project tsconfig.json --noEmit",
    "build": "run-s build:web-types build:esm",
    "build:web-types": "tsx ./scripts/web-types/index.ts",
    "build:style": "cross-env NODE_ENV=production tsx ./scripts/vite-ssr-run.ts ./scripts/style/build-style.ts buildStyle",
    "build:token-meta": "tsx ./scripts/token/generate-token-meta.ts",
    "build:token-statistic": "tsx ./scripts/token/collect-token-statistic.ts",
    "build:token": "run-p build:token-meta build:token-statistic",
    "build:esm": "tsdown",
    "dev": "tsdown --watch",
    "prepublish": "pnpm build",
    "bump": "bumpp --commit \"chore(release): @antdv-next/pro %s\" --push --tag \"@antdv-next/pro@%s\""
  }
}