{
  "name": "@gnai/web-vue",
  "version": "0.0.8",
  "description": "Gnai Web Vue (Arco Vue 2.0 distributions repack)",
  "author": "Gnai Team",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "unpkg": "dist/arco-vue.min.js",
  "sideEffects": [
    "dist/*",
    "es/**/style/*",
    "lib/**/style/*",
    "*.less"
  ],
  "files": [
    "es",
    "lib",
    "dist",
    "json"
  ],
  "keywords": [
    "arco",
    "vue",
    "gnai",
    "ui",
    "components"
  ],
  "peerDependencies": {
    "vue": ">=3.1.0"
  },
  "dependencies": {
    "@arco-design/color": "^0.4.0",
    "b-tween": "^0.3.3",
    "b-validate": "^1.5.3",
    "compute-scroll-into-view": "^1.0.20",
    "dayjs": "^1.11.13",
    "number-precision": "^1.6.0",
    "resize-observer-polyfill": "^1.5.1",
    "scroll-into-view-if-needed": "^2.2.31"
  },
  "vetur": {
    "tags": "json/vetur-tags.json",
    "attributes": "json/vetur-attributes.json"
  },
  "web-types": "json/web-types.json",
  "scripts": {
    "sync": "node scripts/sync-from-web-vue.js"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
