{

"private": true,
"devDependencies": {
  "babel-eslint": "^7.2.0",
  "eslint": "^3.18.0",
  "eslint-config-airbnb": "^13.0.0",
  "eslint-plugin-import": "^2.2.0",
  "eslint-plugin-jsx-a11y": "^2.2.0",
  "eslint-plugin-react": "^6.7.0",
  "webpack-notifier": "^1.5.0"
},
"dependencies": {
  "babel-core": "^6.24.0",
  "babel-loader": "^6.4.1",
  "babel-preset-es2015": "^6.24.0",
  "babel-preset-react": "^6.23.0",
  "babel-preset-stage-1": "^6.22.0",
  "css-loader": "^0.27.3",
  "extract-text-webpack-plugin": "^2.1.0",
  "node-sass": "^4.5.1",
  "react": "^15.4.2",
  "react-addons-test-utils": "^15.4.2",
  "react-dom": "^15.4.2",
  "react-webpack-rails": "^0.6.0",
  "sass-loader": "^6.0.3",
  "style-loader": "^0.15.0",
  "webpack": "^2.3.0"
},
"scripts": {
  "start": "webpack -w --config webpack/dev.config.js",
  "build": "webpack -p --config webpack/production.config.js"
},
"license": "",
"engines": {
  "node": ">= 0.10"
}

}