{
  "name": "hotent-ui",
  "version": "3.0.10",
  "publicPath": "/ui",
  "author": "hotent",
  "private": false,
  "scripts": {
    "gen": "bash ./scripts/gc.sh",
    "serve": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.demo.js --host 0.0.0.0",
    "build": "cross-env NODE_ENV=production webpack --config build/webpack.demo.js",
    "lint": "vue-cli-service lint",
    "build-bundle": "cross-env NODE_ENV=production vue-cli-service build --target lib --name hotent-ui ./src/index.js",
    "test": "vue-cli-service test:unit",
    "analyz": "cross-env NODE_ENV=production vue-cli-service build --report --target lib --name hotent-ui ./src/index.js",
    "publish-local-adduser": "npm adduser --registry=http://www.hotent.xyz:8081/nexus/repository/local-npm/",
    "publish-local": "npm publish --registry=http://www.hotent.xyz:8081/nexus/repository/local-npm/",
    "publish-nexus": "npm run build-bundle && npm run publish-local-adduser && npm run publish-local",
    "build-publish": "npm run build-bundle && npm run publish-local"
  },
  "resolutions": {
    "js-message": "1.0.7"
  },
  "lint-staged": {
    "*.{js,jsx,vue}": [
      "vue-cli-service lint",
      "git add"
    ]
  },
  "main": "lib/hotent-ui.common.js",
  "files": [
    "lib/*",
    "packages/*",
    "src/*",
    "package.json",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "device-detector-js": "^3.0.3",
    "easyscroller": "^1.0.1",
    "element-resize-detector": "^1.2.3",
    "js-message": "^1.0.7",
    "vee-validate": "2.1.7",
    "vue-color": "^2.8.1",
    "vue-hand-mobile": "^1.0.3"
  },
  "peerDependencies": {
    "axios": "^0.21.1",
    "deepmerge": "^4.2.2",
    "echarts": "~4.2.1",
    "echarts-stat": "~1.2.0",
    "element-ui": "^2.15.6",
    "html2canvas": "^1.0.0-rc.7",
    "image-conversion": "^2.1.1",
    "jquery": "^3.4.1",
    "js-base64": "^2.5.1",
    "js-message": "1.0.7",
    "jszip": "^3.7.1",
    "panzoom": "^9.4.2",
    "qrcode": "~1.4.4",
    "vue": "2.6.12",
    "vue-amap": "^0.5.10",
    "vue-i18n": "^8.15.0",
    "vue-resource": "^1.5.1",
    "vue-router": "^3.0.0",
    "vue-showdown": "2.4.1",
    "vuedraggable": "^2.24.3",
    "wangeditor": "^4.7.10",
    "xlsx": "^0.16.6"
  },
  "devDependencies": {
    "@babel/core": "^7.19.0",
    "@babel/plugin-transform-runtime": "^7.18.10",
    "@babel/preset-env": "^7.19.0",
    "@babel/runtime-corejs3": "^7.19.0",
    "@handsontable/vue": "^4.1.1",
    "@vue/cli-plugin-babel": "^3.8.0",
    "@vue/cli-plugin-eslint": "^3.8.0",
    "@vue/cli-plugin-unit-jest": "^4.0.5",
    "@vue/cli-service": "^3.8.0",
    "@vue/component-compiler-utils": "^2.6.0",
    "@vue/eslint-config-prettier": "^4.0.1",
    "@vue/test-utils": "1.0.0-beta.29",
    "@zxing/library": "^0.20.0",
    "algoliasearch": "^3.24.5",
    "axios": "^0.21.1",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.2.5",
    "babel-polyfill": "6.26.0",
    "body-parser": "^1.19.0",
    "chalk": "^4.1.0",
    "chokidar": "^3.5.1",
    "clean-webpack-plugin": "^4.0.0",
    "clipboard": "^2.0.8",
    "compression-webpack-plugin": "^4.0.1",
    "cross-env": "^3.2.4",
    "deepmerge": "^4.2.2",
    "dhtmlx-gantt": "6.3.7",
    "echarts": "~5.3.2",
    "echarts-stat": "~1.2.0",
    "element-theme-chalk": "^2.12.0",
    "element-ui": "2.15.8",
    "eslint": "^5.16.0",
    "eslint-plugin-vue": "^5.0.0",
    "file-saver": "^2.0.2",
    "handsontable": "^7.4.2",
    "html2canvas": "^1.0.0-rc.7",
    "image-conversion": "^2.1.1",
    "jquery": "^3.4.1",
    "js-base64": "^2.5.1",
    "jsmind": "^0.5.2",
    "jszip": "^3.7.1",
    "markdown-it": "^8.4.1",
    "markdown-it-anchor": "7.1.0",
    "markdown-it-chain": "^1.3.0",
    "markdown-it-container": "^2.0.0",
    "mockjs": "^1.1.0",
    "moment": "^2.29.1",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "panzoom": "^9.4.2",
    "progress-bar-webpack-plugin": "^1.11.0",
    "qrcode": "~1.4.4",
    "sass": "~1.32.10",
    "sass-loader": "^10.1.0",
    "style-loader": "^0.23.1",
    "transliteration": "^1.1.11",
    "uglifyjs-webpack-plugin": "^2.1.1",
    "vant": "^2.12.44",
    "vue": "2.6.12",
    "vue-amap": "^0.5.10",
    "vue-clipboard2": "^0.3.1",
    "vue-highlightjs": "^1.3.3",
    "vue-i18n": "^8.15.0",
    "vue-md-loader": "^1.1.9",
    "vue-resource": "^1.5.1",
    "vue-router": "3.0.1",
    "vue-showdown": "2.4.1",
    "vue-template-compiler": "2.6.12",
    "vuedraggable": "^2.24.3",
    "wangeditor": "^4.6.12",
    "webpack": "^4.14.0",
    "webpack-cli": "^3.0.8",
    "webpack-dev-server": "^3.1.11",
    "webpack-node-externals": "^1.7.2",
    "xlsx": "^0.16.6"
  },
  "license": "MIT"
}
