{
  "name": "@mypaas/honeycomb-ui",
  "version": "1.1.5",
  "description": "A Wrapper Component Library for element-ui",
  "license": "MIT",
  "main": "lib/honeycomb-ui.common.js",
  "files": [
    "lib",
    "types"
  ],
  "typings": "types/index.d.ts",
  "scripts": {
    "bootstrap": "yarn || npm i",
    "clean": "rimraf lib && rimraf packages/*/lib && rimraf test/**/coverage",
    "build:file": "node build/gen-entry.js",
    "build:utils": "cross-env BABEL_ENV=utils babel node_modules/element-ui/src src --out-dir lib",
    "build:theme": "node build/gen-theme.js && gulp build --gulpfile packages/theme-honeycomb/gulpfile.js && cp-cli packages/theme-honeycomb/lib lib/theme-honeycomb",
    "build:types": "gulp build --gulpfile types/gulpfile.js",
    "build": "npm run clean && node build/gen-entry.js && webpack --config build/webpack.conf.js && webpack --config build/webpack.common.js && webpack --config build/webpack.component.js && npm run build:utils && npm run build:theme && npm run build:types",
    "build:demo": "npm run build:file && cross-env NODE_ENV=production webpack --config build/webpack.demo.js",
    "dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.demo.js",
    "pub": "npm run bootstrap && sh build/release.sh"
  },
  "dependencies": {
    "element-ui": "^2.15.7",
    "vue-color": "^2.8.1"
  },
  "peerDependencies": {
    "vue": "^2.5.17"
  },
  "devDependencies": {
    "@vue/component-compiler-utils": "^2.6.0",
    "algoliasearch": "^3.24.5",
    "app-root-path": "^3.0.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-istanbul": "^4.1.1",
    "babel-plugin-module-resolver": "^2.2.0",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-plugin-transform-vue-jsx": "^3.7.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-2": "^6.24.1",
    "babel-regenerator-runtime": "^6.5.0",
    "concat-with-sourcemaps": "^1.1.0",
    "copy-webpack-plugin": "^5.0.0",
    "cp-cli": "^2.0.0",
    "cross-env": "^7.0.3",
    "css-loader": "^1.0.0",
    "eslint": "4.18.2",
    "eslint-config-elemefe": "0.1.1",
    "eslint-loader": "^2.0.0",
    "eslint-plugin-html": "^4.0.1",
    "eslint-plugin-json": "^1.2.0",
    "file-loader": "^1.1.11",
    "gulp": "^4.0.0",
    "gulp-autoprefixer": "^6.0.0",
    "gulp-cssmin": "^0.2.0",
    "gulp-dart-sass": "^1.0.2",
    "gulp-replace": "^1.1.3",
    "highlight.js": "^9.3.0",
    "html-webpack-plugin": "^3.2.0",
    "json-templater": "^1.2.0",
    "lodash.template": "^4.5.0",
    "markdown-it": "^8.4.1",
    "markdown-it-anchor": "^5.0.2",
    "markdown-it-chain": "^1.3.0",
    "markdown-it-container": "^2.0.0",
    "mini-css-extract-plugin": "^0.4.1",
    "node-sass-tilde-importer": "^1.0.2",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "progress-bar-webpack-plugin": "^1.11.0",
    "rimraf": "^3.0.2",
    "sass": "^1.34.0",
    "sass-loader": "^10.2.1",
    "style-loader": "^0.23.1",
    "terser-webpack-plugin": "^1.4.3",
    "through2": "^2.0.0",
    "transliteration": "^1.1.11",
    "tslib": "^2.3.1",
    "uglifyjs-webpack-plugin": "^2.1.1",
    "uppercamelcase": "^3.0.0",
    "url-loader": "^1.0.1",
    "vue": "2.5.21",
    "vue-loader": "^15.7.0",
    "vue-router": "^3.0.1",
    "vue-template-compiler": "2.5.21",
    "vue-template-es2015-compiler": "^1.6.0",
    "webpack": "^4.14.0",
    "webpack-cli": "^3.0.8",
    "webpack-dev-server": "^3.1.11",
    "webpack-node-externals": "^1.7.2"
  },
  "unpkg": "lib/index.js",
  "style": "lib/theme-honeycomb/index.css",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
