{
  "name": "@yangss/vue-echarts",
  "version": "0.2.1",
  "description": "A few ECharts5.x components for Vue3.x",
  "module": "lib/index.js",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "author": "Nicholas Yang",
  "scripts": {
    "demo": "vite",
    "build": "tsc",
    "lint": "eslint packages/**/*.ts --fix",
    "docs:dev": "vitepress dev docs --port 4000",
    "docs:build": "vitepress build docs",
    "docs:serve": "vitepress serve docs",
    "pub-patch": "npm version patch && npm run build && npm publish",
    "pub-minor": "npm version minor && npm run build && npm publish",
    "pub-major": "npm version major && npm run build && npm publish"
  },
  "dependencies": {
    "color": "^3.1.3",
    "echarts-liquidfill": "^3.0.0",
    "lodash-es": "^4.17.21"
  },
  "peerDependencies": {
    "echarts": "^5.1.0",
    "vue": "^3.0.5"
  },
  "devDependencies": {
    "@types/color": "^3.0.1",
    "@types/lodash-es": "^4.17.4",
    "@types/node": "^14.14.41",
    "@vitejs/plugin-vue": "^1.2.1",
    "@vue/compiler-sfc": "^3.0.5",
    "@yangss/eslint-config-ts": "^0.1.4",
    "@yangss/init-git-repo": "^0.0.6",
    "echarts": "^5.1.0",
    "eslint": "^7.28.0",
    "husky": "^6.0.0",
    "lint-staged": "^11.0.0",
    "typescript": "^4.1.3",
    "vite": "^2.1.5",
    "vitepress": "^0.13.2",
    "vue": "^3.0.5",
    "vue-tsc": "^0.0.24"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "echarts",
    "vue",
    "components"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/yangss3/vue-echarts.git"
  },
  "homepage": "https://yangss3.github.io/vue-echarts",
  "vetur": {
    "tags": "lib/tags.json",
    "attributes": "lib/attributes.json"
  },
  "lint-staged": {
    "*.ts": "eslint --fix"
  }
}
