{
  "name": "@frontkom/gutenberg-js",
  "version": "4.0.1",
  "description": "gutenberg-js - An extension of the Wordpress Gutenberg editor",
  "main": "build/js/gutenberg-js.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/front/gutenberg-js.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "NODE_ENV=production webpack",
    "dev": "NODE_ENV=development webpack",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "deploy": "npm run lint && npm publish --access public"
  },
  "homepage": "https://github.com/front/gutenberg-js#readme",
  "bugs": {
    "url": "https://github.com/front/gutenberg-js/issues"
  },
  "author": "The Frontkom Contributors",
  "license": "GPL-2.0-or-later",
  "keywords": [
    "CMS",
    "Drupal",
    "Editor",
    "Frontkom",
    "Gutenberg",
    "Page builder",
    "WordPress",
    "WYSIWYG"
  ],
  "dependencies": {
    "@wordpress/a11y": "^2.0.2",
    "@wordpress/api-fetch": "2.2.8",
    "@wordpress/autop": "^2.0.2",
    "@wordpress/blob": "^2.1.0",
    "@wordpress/block-library": "^2.2.13",
    "@wordpress/block-serialization-default-parser": "^2.0.4",
    "@wordpress/blocks": "^6.0.5",
    "@wordpress/components": "^7.0.6",
    "@wordpress/compose": "^3.0.1",
    "@wordpress/core-data": "^2.0.17",
    "@wordpress/data": "^4.2.1",
    "@wordpress/date": "^3.0.1",
    "@wordpress/deprecated": "^2.0.5",
    "@wordpress/dom": "^2.0.8",
    "@wordpress/dom-ready": "^2.0.2",
    "@wordpress/edit-post": "3.1.8",
    "@wordpress/editor": "9.0.8",
    "@wordpress/element": "^2.1.9",
    "@wordpress/escape-html": "^1.0.1",
    "@wordpress/format-library": "^1.2.11",
    "@wordpress/hooks": "^2.0.5",
    "@wordpress/html-entities": "^2.0.4",
    "@wordpress/i18n": "^3.1.1",
    "@wordpress/is-shallow-equal": "^1.1.5",
    "@wordpress/keycodes": "^2.0.6",
    "@wordpress/notices": "1.1.3",
    "@wordpress/nux": "^3.0.7",
    "@wordpress/plugins": "^2.0.10",
    "@wordpress/redux-routine": "^3.0.4",
    "@wordpress/rich-text": "^3.0.5",
    "@wordpress/shortcode": "^2.0.2",
    "@wordpress/token-list": "^1.1.0",
    "@wordpress/url": "2.3.3",
    "@wordpress/viewport": "^2.1.1",
    "@wordpress/wordcount": "^2.0.3",
    "tinymce": "4.9.2"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-react": "^7.0.0",
    "@wordpress/eslint-plugin": "^1.0.1",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.5",
    "clean-webpack-plugin": "^1.0.0",
    "eslint": "^5.9.0",
    "eslint-plugin-jest": "^22.1.3",
    "eslint-plugin-jsx-a11y": "^6.1.0",
    "eslint-plugin-react": "^7.10.0",
    "extract-text-webpack-plugin": "4.0.0-beta.0",
    "node-sass": "^4.11.0",
    "path-replace-loader": "^2.0.0",
    "sass-loader": "^7.1.0",
    "string-replace-webpack-plugin": "^0.1.3",
    "webpack": "^4.28.4",
    "webpack-cli": "^3.2.1"
  },
  "private": false
}
