{
  "name": "wp-headless-menu-editor",
  "version": "1.0.0",
  "description": "WP Headless Menu Editor, WordPress plugin. Menu editor for headless WordPress - independent of Appearance. Adds menus to WP REST API v2.",
  "main": "app/index.js",
  "scripts": {
    "start": "webpack -w",
    "test": "jest --verbose",
    "build": "webpack --env.prod"
  },
  "author": "Zbigi Man",
  "license": "GPL-2.0+",
  "dependencies": {
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-event-listener": "^0.6.4",
    "react-hot-loader": "^4.8.2",
    "react-i18next": "^10.6.0",
    "react-json-view": "^1.19.1",
    "react-redux": "^6.0.0",
    "react-router-dom": "^5.0.1",
    "redux": "^4.0.1",
    "redux-logger": "^3.0.6",
    "redux-promise-middleware": "^5.1.1",
    "redux-thunk": "^2.3.0",
    "semantic-ui-react": "^0.83.0",
    "semantic-ui-sass": "^2.3.1",
    "un": "0.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.5.4",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-sent": "^7.0.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-proposal-numeric-separator": "^7.0.0",
    "@babel/plugin-proposal-throw-expressions": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.5.5",
    "@babel/preset-env": "^7.5.4",
    "@babel/preset-react": "^7.0.0",
    "@testing-library/react": "^8.0.5",
    "@types/react": "^16.7.20",
    "@types/react-redux": "^7.0.1",
    "babel-eslint": "^10.0.2",
    "babel-loader": "^8.0.6",
    "babel-plugin-add-module-exports": "^1.0.2",
    "clean-webpack-plugin": "^3.0.0",
    "css-loader": "^1.0.1",
    "cssnano": "^4.1.10",
    "eslint": "^5.15.1",
    "eslint-config-standard-react": "^7.0.2",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-loader": "^2.1.1",
    "eslint-plugin-flowtype": "^3.2.1",
    "expect": "^24.8.0",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "fetch-mock": "^7.3.7",
    "file-loader": "^2.0.0",
    "i18next": "^15.0.7",
    "i18next-browser-languagedetector": "^3.0.1",
    "i18next-xhr-backend": "^2.0.1",
    "jest": "^24.8.0",
    "jest-cli": "^24.8.0",
    "jest-extended": "^0.11.0",
    "json-loader": "^0.5.7",
    "mini-css-extract-plugin": "^0.8.0",
    "node-sass": "^4.11.0",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "react-tools": "^0.13.3",
    "redux-mock-store": "^1.5.3",
    "regenerator-runtime": "^0.13.2",
    "sass-loader": "^7.1.0",
    "standard": "^12.0.1",
    "standard-loader": "^6.0.1",
    "style-loader": "^0.23.1",
    "url-loader": "^1.1.2",
    "webpack": "^4.35.3",
    "webpack-cli": "^3.1.2"
  },
  "standard": {
    "parser": "babel-eslint"
  }
}
