{
  "name": "@kai_hui/uu-ui",
  "version": "0.2.2",
  "description": "Vue 中基于Element-ui和ant-design-vue二次封装基础组件文档",
  "author": "Allen <2443082737@qq.com>",
  "license": "ISC",
  "private": false,
  "main": "packages/index.js",
  "scripts": {
    "serve": "vue-cli-service serve --open",
    "build": "vue-cli-service build",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "lib": "vue-cli-service build --target lib --name uu-ui --dest lib packages/index.js",
    "deploy": "deploy.sh",
    "lint": "vue-cli-service lint",
    "test:unit": "vue-cli-service test:unit"
  },
  "dependencies": {
    "@vuepress-reco/vuepress-plugin-extract-code": "^1.0.4",
    "ant-design-vue": "^1.7.8",
    "axios": "^0.21.2",
    "core-js": "^3.6.5",
    "dayjs": "^1.8.33",
    "element-ui": "2.15.6",
    "es6-promise": "^4.2.8",
    "highlight.js": "^10.1.1",
    "js-cookie": "^2.2.1",
    "moment": "^2.29.3",
    "path-to-regexp": "2.4.0",
    "screenfull": "^4.2.0",
    "vue": "^2.6.11",
    "vue-clipboard2": "^0.3.1",
    "vue-draggable-resizable": "^2.3.0",
    "vue-highlight.js": "^3.1.0",
    "vue-router": "^3.4.3",
    "vuedraggable": "^2.24.3",
    "vuepress": "^1.5.2",
    "vuepress-plugin-gotop-plus": "^1.0.4",
    "vuex": "^3.5.1",
    "xlsx": "^0.17.0"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^4.5.3",
    "@vue/cli-plugin-eslint": "^4.5.3",
    "@vue/cli-plugin-unit-mocha": "^4.5.3",
    "@vue/cli-service": "^4.5.3",
    "@vue/eslint-config-standard": "^4.0.0",
    "@vue/test-utils": "1.0.0-beta.31",
    "babel-eslint": "^10.1.0",
    "chai": "^4.1.2",
    "eslint": "^5.16.0",
    "eslint-plugin-vue": "^5.0.0",
    "sass": "^1.26.10",
    "sass-loader": "^8.0.2",
    "vue-cli-plugin-element": "^1.0.1",
    "vue-template-compiler": "^2.6.11",
    "vuepress-plugin-typescript": "^0.3.1"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/wocwin/t-ui.git"
  },
  "homepage": "https://wocwin.github.io/t-ui/",
  "keywords": [
    "element-ui",
    "ant-design-vue",
    "vue",
    "二次封装组件",
    "封装组件",
    "components"
  ]
}
