{
  "name": "@britecore/bc-design-system",
  "version": "3.33.2",
  "description": "A Component Library for Vue.js.",
  "main": "lib/element-ui.common.js",
  "files": [
    "lib",
    "src",
    "packages",
    "types"
  ],
  "typings": "types/index.d.ts",
  "scripts": {
    "prepublishOnly": "yarn run dist",
    "postpublish": "yarn run clean",
    "bootstrap": "yarn || npm i",
    "build:file": "node build/bin/build-entry.js & node build/bin/i18n.js && node build/bin/gen-scss-vars.js",
    "build:theme": "node build/bin/gen-cssfile && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk",
    "build:utils": "cross-env BABEL_ENV=utils babel src --out-dir lib --ignore src/index.js",
    "build:umd": "node build/bin/build-locale.js",
    "check:scss": "node ./build/check-scss-build",
    "clean": "rimraf lib && rimraf packages/*/lib && rimraf test/**/coverage",
    "clean:deploy": "rimraf examples/element-ui",
    "deploy:build": "npm run build:file && cross-env NODE_ENV=production webpack --config build/webpack.demo.js",
    "dev": "npm run bootstrap && npm run build:file && cross-env NODE_ENV=development webpack-dev-server --config build/webpack.demo.js & node build/bin/template.js",
    "dev:prod": "npm run bootstrap && npm run build:file && cross-env NODE_ENV=production webpack-dev-server --config build/webpack.demo.js & node build/bin/template.js",
    "dev:play": "npm run build:file && cross-env NODE_ENV=development PLAY_ENV=true webpack-dev-server --config build/webpack.demo.js",
    "dist": "npm run clean && npm run build:file && npm run lint && 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:umd && npm run build:theme",
    "i18n": "node build/bin/i18n.js",
    "lint:styles": "stylelint .",
    "lint": "eslint src/**/* test/**/* packages/**/* build/**/* --quiet --ext .js,.jsx,.vue && yarn lint:styles",
    "test": "yarn run lint && yarn run unit",
    "unit": "jest",
    "jest:debug": "node --inspect --inspect-brk node_modules/jest/bin/jest.js"
  },
  "husky": {
    "hooks": {
      "pre-push": "yarn install && yarn check:scss && yarn lint"
    }
  },
  "faas": {
    "domain": "element",
    "public": "temp_web/element"
  },
  "homepage": "https://ui.britecore.com",
  "keywords": [
    "eleme",
    "vue",
    "components"
  ],
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/IntuitiveWebSolutions/BC-Design-System/issues"
  },
  "unpkg": "lib/index.js",
  "style": "lib/theme-chalk/index.css",
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^1.2.8",
    "@fortawesome/pro-light-svg-icons": "^5.11.2",
    "@fortawesome/pro-regular-svg-icons": "^5.11.2",
    "@fortawesome/pro-solid-svg-icons": "^5.5.0",
    "@fortawesome/vue-fontawesome": "^0.1.2",
    "async-validator": "~1.8.1",
    "babel-eslint": "^10.0.1",
    "babel-helper-vue-jsx-merge-props": "^2.0.0",
    "core-js": "^3.1.3",
    "dayjs": "^1.9.4",
    "deepmerge": "^1.2.0",
    "fuzzysort": "^1.1.4",
    "i18n-iso-countries": "^3.7.8",
    "libphonenumber-js": "^1.12.37",
    "lodash": "^4.17.20",
    "mousetrap": "^1.6.5",
    "normalize-wheel": "^1.0.1",
    "resize-observer-polyfill": "^1.5.0",
    "throttle-debounce": "^1.0.1",
    "vee-validate": "^2.1.7",
    "vue": "^2.6.12",
    "vue-router": "2.7.0",
    "vuedraggable": "^2.24.0"
  },
  "peerDependencies": {
    "vue": "^2.5.2"
  },
  "devDependencies": {
    "@vue/test-utils": "^1.0.0-beta.25",
    "babel-cli": "^6.14.0",
    "babel-core": "^6.14.0",
    "babel-jest": "^23.6.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-module-resolver": "^2.2.0",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-syntax-jsx": "^6.8.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-regenerator": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-plugin-transform-vue-jsx": "^3.3.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-2": "^6.24.1",
    "cheerio": "^0.22.0",
    "chokidar": "^1.7.0",
    "copy-webpack-plugin": "^4.1.1",
    "cp-cli": "^1.0.2",
    "cross-env": "^3.1.3",
    "css-loader": "^0.28.7",
    "es6-promise": "^4.0.5",
    "eslint": "^4.19.1",
    "eslint-config-elemefe": "0.1.1",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-html": "^4.0.1",
    "eslint-plugin-json": "^1.2.1",
    "extract-text-webpack-plugin": "^3.0.1",
    "file-loader": "^1.1.5",
    "file-save": "^0.2.0",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^4.0.0",
    "gulp-cssmin": "^0.1.7",
    "gulp-postcss": "^6.1.1",
    "gulp-sass": "^5.1.0",
    "highlight.js": "^9.3.0",
    "html-loader": "^0.5.1",
    "html-webpack-plugin": "^2.30.1",
    "husky": "^3.0.5",
    "inject-loader": "^3.0.1",
    "isparta-loader": "^2.0.0",
    "jest": "^23.6.0",
    "jest-canvas-mock": "^2.2.0",
    "jest-serializer-vue": "^2.0.2",
    "json-loader": "^0.5.7",
    "json-templater": "^1.0.4",
    "markdown-it": "^6.1.1",
    "markdown-it-anchor": "^2.5.0",
    "markdown-it-container": "^2.0.0",
    "sass": "~1.56.0",
    "node-sass": "npm:sass@~1.56.0",
    "perspective.js": "^1.0.0",
    "postcss": "^5.1.2",
    "postcss-loader": "0.11.1",
    "postcss-salad": "^1.0.8",
    "progress-bar-webpack-plugin": "^1.11.0",
    "rimraf": "^2.5.4",
    "sass-loader": "^7.1.0",
    "sinon": "^1.17.6",
    "style-loader": "^0.19.0",
    "stylelint": "^10.0.1",
    "transliteration": "^1.1.11",
    "uppercamelcase": "^1.1.0",
    "url-loader": "^0.6.2",
    "vue-jest": "^3.0.0",
    "vue-loader": "^13.3.0",
    "vue-markdown-loader": "1",
    "vue-template-compiler": "^2.6.12",
    "vue-template-es2015-compiler": "^1.9.1",
    "wait-for-expect": "^2.0.0",
    "webpack": "^3.7.1",
    "webpack-dev-server": "^2.11.5",
    "webpack-node-externals": "^1.6.0",
    "webpack-pwa-manifest": "^4.3.0",
    "workbox-webpack-plugin": "^4.3.1"
  },
  "resolutions": {
    "handlebars": "4.5.3",
    "minimist": "^1.2.3"
  }
}
