{
  "name": "fire-ants",
  "version": "1.0.93",
  "description": "基于Vue开发的组件库，供MC2项目使用",
  "main": "dist/mc2.js",
  "directories": {
    "example": "examples"
  },
  "repository": {
    "type": "git",
    "url": "git@gogs.in.dataengine.com/marketing-cloud/mcui.git"
  },
  "scripts": {
    "dev": "npm run prepub && webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8082 --config build/webpack.dev.config.js",
    "dev:guide": "npm run prepub && npm run dist:guidebase && cross-env NODE_ENV=development webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8083 --config build/webpack.guide.config.js",
    "dist:guidebase": "npm run dist:component && node ./guide/build.js",
    "dist:guide": "npm run dist:guidebase && cross-env NODE_ENV=production webpack --config build/webpack.guide.config.js",
    "dist:style": "gulp --gulpfile build/build-style.js",
    "dist:style-theme-white": "gulp --gulpfile build/build-style.js --theme sacred",
    "dist:component": "cross-env NODE_ENV=production webpack --config build/webpack.dist.component.conf.js",
    "build": "npm run prepub && npm run dist:style && npm run dist:style-theme-white && npm run dist:guide",
    "prepub": "node ./src/script/prepublish.js",
    "pub:public": "node publish.js",
    "pub:local": "node publish.js --local",
    "pub": "node publish.js --local"
  },
  "keywords": [
    "Vue",
    "组件库"
  ],
  "author": "Liu JiaXin, Wang Chong",
  "license": "MIT",
  "unpkg": "lib/index.js",
  "devDependencies": {
    "autoprefixer": "^7.1.2",
    "autoprefixer-loader": "^3.2.0",
    "axios": "^0.18.0",
    "babel-core": "^6.26.3",
    "babel-helper-vue-jsx-merge-props": "^2.0.3",
    "babel-loader": "^7.1.1",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-plugin-transform-vue-jsx": "^3.5.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-2": "^6.22.0",
    "babel-register": "^6.26.0",
    "browser-env": "^3.2.5",
    "chalk": "^2.4.1",
    "cheerio": "^1.0.0-rc.2",
    "child_process": "^1.0.2",
    "clean-webpack-plugin": "^0.1.19",
    "colors": "^1.3.0",
    "compression-webpack-plugin": "^1.1.11",
    "copy-webpack-plugin": "^4.0.1",
    "cross-env": "^5.1.6",
    "css-loader": "^0.28.11",
    "eslint": "^5.0.1",
    "extract-text-webpack-plugin": "^3.0.0",
    "file-loader": "^1.1.4",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^5.0.0",
    "gulp-cssmin": "^0.2.0",
    "gulp-sass": "^3.2.1",
    "gulp-sourcemaps": "^2.6.4",
    "highlight.js": "^9.3.0",
    "html-loader": "^0.5.5",
    "html-webpack-plugin": "^2.30.1",
    "htmlparser": "^1.7.7",
    "jsdom": "^11.11.0",
    "markdown-it": "^8.4.1",
    "markdown-it-anchor": "^4.0.0",
    "markdown-it-container": "^2.0.0",
    "node-notifier": "^5.1.2",
    "node-sass": "^4.9.0",
    "optimize-css-assets-webpack-plugin": "^3.2.0",
    "ora": "^1.2.0",
    "portfinder": "^1.0.13",
    "resize-observer-polyfill": "^1.5.0",
    "rimraf": "^2.6.0",
    "sass-loader": "^6.0.6",
    "semver": "^5.3.0",
    "shelljs": "^0.7.6",
    "style-loader": "^0.19.0",
    "transliteration": "^1.1.11",
    "uglifyjs-webpack-plugin": "^1.2.5",
    "url-loader": "^0.5.8",
    "vue": "2.5.13",
    "vue-loader": "^13.7.2",
    "vue-markdown-loader": "^2.4.1",
    "vue-router": "^3.0.1",
    "vue-style-loader": "^3.0.1",
    "vue-template-compiler": "2.5.13",
    "webpack": "^3.12.0",
    "webpack-bundle-analyzer": "^2.13.1",
    "webpack-dev-server": "^2.9.1",
    "webpack-merge": "^4.1.0"
  },
  "dependencies": {
    "async-validator": "^1.8.2",
    "lodash": "^4.17.10",
    "npm": "^6.1.0",
    "popper.js": "^0.6.4",
    "throttle-debounce": "^1.0.1",
    "vue-backtotop": "^1.3.12"
  }
}
