{
  "name": "@vrx-arco/pro-components",
  "version": "2.1.0",
  "license": "MIT",
  "type": "module",
  "author": {
    "name": "whitekite",
    "email": "1075790909@qq.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vrx-arco/arco-design-pro.git",
    "directory": "packages/pro-components"
  },
  "homepage": "https://vrx-arco.github.io/arco-design-pro/",
  "keywords": [
    "arco-design",
    "vue",
    "arco-pro",
    "arco-pro-vue"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.js",
  "exports": {
    "./arco-style": "./arco-style.js",
    "./arco-style-css": "./arco-style-css.js",
    "./style/*": "./style/*",
    "./package.json": "./package.json",
    ".": "./dist/index.js"
  },
  "peerDependencies": {
    "@arco-design/web-vue": ">=2.39.2",
    "vue": ">=3.2.45"
  },
  "dependencies": {
    "@vill-v/path-prop": "^2.0.1",
    "@vrx-arco/icons-vue": "^0.3.1",
    "@vrx/core": "^1.0.0",
    "@vueuse/core": "^13.5.0",
    "klona": "^2.0.6",
    "@vrx-arco/use": "2.1.0"
  },
  "devDependencies": {
    "@arco-design/web-vue": "2.56.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "web-types": "web-types.json",
  "files": [
    "arco-style-css.js",
    "arco-style.js",
    "web-types.json",
    "dist",
    "style"
  ],
  "sideEffects": [
    ".css",
    "arco-style-css.js",
    "arco-style.js"
  ],
  "scripts": {
    "build": "automd && vrx-cp build",
    "watch": "vrx-cp watch"
  }
}