{
  "name": "element-plus",
  "version": "1.1.0-beta.5",
  "description": "> TODO: description",
  "author": "Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>",
  "homepage": "https://github.com/element-plus/element-plus#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.js",
  "style": "dist/index.css",
  "unpkg": "dist/index.full.js",
  "jsdevlivr": "dist/index.full.js",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/element-plus/element-plus.git"
  },
  "bugs": {
    "url": "https://github.com/element-plus/element-plus/issues"
  },
  "peerDependencies": {
    "vue": "^3.2.0"
  },
  "dependencies": {
    "@element-plus/icons": "^0.0.11",
    "@popperjs/core": "^2.4.4",
    "async-validator": "^3.4.0",
    "dayjs": "1.x",
    "lodash": "^4.17.20",
    "mitt": "^2.1.0",
    "normalize-wheel": "^1.0.1",
    "resize-observer-polyfill": "^1.5.1"
  },
  "devDependencies": {
    "@element-plus/test-utils": "^0.0.5"
  },
  "vetur": {
    "tags": "tags.json",
    "attributes": "attributes.json"
  },
  "web-types": "web-types.json",
  "browserslist": [
    "> 1%",
    "not ie 11",
    "not op_mini all"
  ],
  "gitHead": "ec7dddf62cd87b30eb2b453731b19a8ef5662259"
}