{
  "name": "wp-korean-spell-checker",
  "version": "4.0.0",
  "description": "워드프레스 리치 에디터에 한글 맞춤법 검사기로 바로 가는 버튼을 삽입합니다. 이제 쪽팔리게 맞춤법 틀리지 마세요. (저도 못하지만)",
  "scripts": {
    "lint-js": "eslint .",
    "lint-js:fix": "eslint . --fix",
    "build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
    "start": "cross-env BABEL_ENV=default webpack --watch",
    "phpunit": "./vendor/phpunit/phpunit/phpunit",
    "phpcs": "./vendor/bin/phpcs -n -s --parallel=8 ./"
  },
  "author": {
    "email": "sujin.2f@google.com",
    "name": "Sujin Choi",
    "url": "http://sujinc.com"
  },
  "bugs": {
    "url": "https://github.com/sujin2f/wp-korean-spell-checker/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sujin2f/wp-korean-spell-checker"
  },
  "private": false,
  "license": "GPL-3.0-or-later",
  "devDependencies": {
    "ansi-colors": "^2.0.1",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^7.1.1",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "compression-webpack-plugin": "^2.0.0",
    "cross-env": "^5.0.1",
    "css-loader": "^2.0.1",
    "cssnano": "^4.1.10",
    "del": "^3.0.0",
    "eslint": "^5.2.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-wordpress": "^2.0.0",
    "eslint-import-resolver-webpack": "^0.10.1",
    "eslint-loader": "^2.1.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.10.0",
    "eslint-plugin-wordpress": "git://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git#1774343f6226052a46b081e01db3fca8793cc9f1",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "fancy-log": "^1.3.2",
    "file-loader": "^3.0.1",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "image-webpack-loader": "^4.6.0",
    "mini-css-extract-plugin": "^0.5.0",
    "node-sass": "^4.11.0",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "path": "^0.12.7",
    "rememo": "^3.0.0",
    "run-sequence": "^2.2.1",
    "sass-loader": "^7.1.0",
    "style-loader": "^0.23.1",
    "stylelint": "^9.9.0",
    "uglifyjs-webpack-plugin": "^1.1.8",
    "webpack": "^4.29.6",
    "webpack-clean": "^1.2.3",
    "webpack-cli": "^3.2.3",
    "webpack-merge": "^4.1.5"
  }
}
