{
  "name": "trigger-happy",
  "version": "1.0.0",
  "description": "Customize WordPress without code",
  "main": "clientsrc/index",
  "scripts": {
    "build": "webpack --config webpack.prod.config.js",
    "dev": "webpack --config webpack.config.js --display-error-details --watch",
    "v": "webpack --version"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-loader": "^7.0.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-es2017": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.4.0",
    "react": "^0.14.0",
    "react-hot-loader": "^1.2.8"
  },
  "dependencies": {
    "axios": "^0.16.2",
    "codemirror": "^5.26.0",
    "eslint": "^4.11.0",
    "eslint-config-wordpress": "^2.0.0",
    "html-entities": "^1.2.1",
    "immutability-helper": "^2.4.0",
    "immutable": "^3.8.2",
    "isomorphic-fetch": "^2.2.1",
    "jsep": "^0.3.0",
    "lodash": "^4.17.4",
    "lodash.debounce": "^4.0.8",
    "react-autosuggest": "^9.0.1",
    "react-collapsible": "^2.0.3",
    "react-cookie": "^2.1.0",
    "react-dom": "^0.14.0",
    "react-draggable": "^1.1.3",
    "react-modal": "^1.7.11",
    "react-onclickoutside": "^6.6.2",
    "react-redux": "^5.0.6",
    "react-resolver": "^3.1.0",
    "react-sticky-el": "^1.0.13",
    "redux": "^3.7.0",
    "redux-thunk": "^2.2.0",
    "unload": "^1.3.5",
    "webpack": "^2.6.1",
    "whatwg-fetch": "^2.0.3"
  }
}
