{
  "name": "xeditor",
  "version": "1.6.4",
  "description": "Web富文本编辑器",
  "main": "dist/xeditor.js",
  "unpkg": "dist/xeditor.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "start": "vuepress dev site",
    "build:test": "export BABEL_ENV=testing && export NODE_ENV=testing && webpack --config build/webpack.build.config.js",
    "build:pro": "export BABEL_ENV=production && export NODE_ENV=production && webpack --config build/webpack.build.config.js",
    "build:site": "export GH=1 && vuepress build site",
    "deploy-gh": "yarn build:site && bash scripts/deploy-gh.sh",
    "changelog": "./node_modules/.bin/conventional-changelog -p angular -i changelog.md -s -r 0",
    "eslint": "eslint --ext .js,.vue src --fix",
    "stylelint": "stylelint src/**/*.scss",
    "lint": "npm run eslint && npm run stylelint",
    "lint-staged": "lint-staged",
    "prepublishOnly": "yarn build:pro && yarn build:test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iq9891/xEditor.git"
  },
  "keywords": [
    "富文本编辑器",
    "编辑器",
    "editor",
    "xEditor"
  ],
  "author": "李梦龙",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/iq9891/xEditor/issues"
  },
  "homepage": "https://github.com/iq9891/xEditor#readme",
  "devDependencies": {
    "autoprefixer": "^9.1.2",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.2",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-plugin-transform-strict-mode": "^6.24.1",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-2": "^6.24.1",
    "clean-webpack-plugin": "^0.1.19",
    "connect-history-api-fallback": "^1.4.0",
    "conventional-changelog-cli": "^2.0.1",
    "css-loader": "^0.28.7",
    "eslint": "^5.4.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-friendly-formatter": "^3.0.0",
    "eslint-loader": "^2.1.0",
    "eslint-plugin-import": "^2.8.0",
    "eventsource-polyfill": "^0.9.6",
    "express": "^4.16.2",
    "file-loader": "^1.1.5",
    "friendly-errors-webpack-plugin": "^1.6.1",
    "html-loader": "^0.5.1",
    "html-webpack-plugin": "^2.30.1",
    "http-proxy-middleware": "^0.17.4",
    "lint-staged": "^7.2.2",
    "minami": "^1.2.3",
    "mini-css-extract-plugin": "^0.4.1",
    "node-sass": "^4.6.1",
    "optimize-css-assets-webpack-plugin": "^5.0.0",
    "postcss-loader": "^2.0.8",
    "pre-commit": "^1.2.2",
    "sass-loader": "^6.0.6",
    "shelljs": "^0.7.8",
    "style-loader": "^0.19.0",
    "stylelint": "^9.5.0",
    "stylelint-webpack-plugin": "^0.10.5",
    "uglifyjs-webpack-plugin": "^1.0.1",
    "url-loader": "^0.6.2",
    "vuepress": "^0.14.2",
    "webpack": "^4.17.0",
    "webpack-chain": "^4.9.0",
    "webpack-cli": "^3.1.0",
    "webpack-dev-middleware": "^1.12.0",
    "webpack-dev-server": "^2.9.4",
    "webpack-hot-middleware": "^2.20.0",
    "webpack-merge": "^4.1.1",
    "webpackbar": "^2.6.3"
  },
  "engines": {
    "node": ">= 9.0.0",
    "npm": ">= 6.0.0"
  },
  "browserslist": [
    "> 1%",
    "iOS > 7",
    "Android >= 4.0",
    "last 2 versions",
    "not ie <= 8"
  ],
  "lint-staged": {
    "src/xeditor/**/*.js": [
      "npm run eslint"
    ],
    "src/assets/styles/*.scss": [
      "npm run stylelint"
    ]
  },
  "pre-commit": [
    "lint-staged"
  ]
}
