{
  "name": "@iq9891/ieditor",
  "version": "0.2.7",
  "description": "PC 端 Web 富文本编辑器",
  "main": "dist/ieditor.js",
  "unpkg": "dist/ieditor.js",
  "module": "dist/ieditor.esm.js",
  "jsdelivr": "dist/ieditor.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "start": "vuepress dev site",
    "build": "node build/build.js && gulp",
    "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 src --fix",
    "lint": "npm run eslint",
    "lint-staged": "lint-staged",
    "prepublishOnly": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iq9891/ieditor.git"
  },
  "keywords": [
    "富文本编辑器",
    "编辑器",
    "editor",
    "IEditor",
    "iEditor",
    "ieditor",
    "ueditor",
    "ckeditor"
  ],
  "author": "李梦龙",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/iq9891/ieditor/issues"
  },
  "homepage": "https://github.com/iq9891/ieditor#readme",
  "devDependencies": {
    "autoprefixer": "^9.2.0",
    "babel-eslint": "^10.0.1",
    "chalk": "^2.4.1",
    "conventional-changelog-cli": "^2.0.5",
    "cssnano": "^4.1.4",
    "eslint": "^5.6.1",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0",
    "gulp": "next",
    "gulp-clean-css": "^3.10.0",
    "gulp-imagemin": "^4.1.0",
    "gulp-postcss": "^8.0.0",
    "gulp-rename": "^1.4.0",
    "gulp-sass": "^4.0.1",
    "hotkeys-js": "^3.3.8",
    "html-loader": "^0.5.5",
    "lint-staged": "^7.3.0",
    "node-sass": "^4.9.3",
    "pre-commit": "^1.2.2",
    "rimraf": "^2.6.2",
    "rollup": "^0.66.6",
    "rollup-plugin-alias": "^1.4.0",
    "rollup-plugin-buble": "^0.19.4",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-eslint": "^5.0.0",
    "rollup-plugin-html": "^0.2.1",
    "rollup-plugin-progress": "^0.4.0",
    "rollup-plugin-replace": "^2.1.0",
    "sass-loader": "^7.1.0",
    "semver": "^5.6.0",
    "shelljs": "^0.8.2",
    "uglify-js": "^3.4.9",
    "vuepress": "^0.14.4"
  },
  "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/core/*.js": [
      "npm run eslint"
    ],
    "src/shared/*.js": [
      "npm run eslint"
    ]
  },
  "pre-commit": [
    "lint-staged"
  ]
}
