{
  "name": "jetpack-onboarding",
  "version": "0.1.0",
  "scripts": {
    "build-css": "gulp",
    "build-react": "NODE_ENV=production webpack",
    "build": "npm run build-css && npm run build-react",
    "dev": "webpack",
    "watch": "webpack --watch",
    "lint": "eslint client --ext=js,jsx"
  },
  "devDependencies": {
    "@automattic/custom-colors-loader": "automattic/custom-colors-loader",
    "@automattic/dops-components": "automattic/dops-components",
    "autoprefixer-loader": "^3.2.0",
    "babel": "^6.23.0",
    "babel-core": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.0.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "babel-runtime": "^6.23.0",
    "classnames": "^2.2.5",
    "css-loader": "^0.28.2",
    "es5-shim": "^4.5.9",
    "eslint": "^3.19.0",
    "eslint-loader": "^1.7.1",
    "eslint-plugin-react": "^7.0.1",
    "extract-text-webpack-plugin": "^2.1.0",
    "file-loader": "^0.11.1",
    "flux": "^3.1.2",
    "glob": "^7.1.2",
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^4.0.0",
    "gulp-sass": "^3.1.0",
    "gulp-sourcemaps": "^2.6.0",
    "history": "^4.6.1",
    "json-loader": "^0.5.4",
    "keymirror": "^0.1.1",
    "lodash": "^4.17.4",
    "merge-stream": "^1.0.1",
    "node-sass": "^4.5.3",
    "radium": "^0.19.1",
    "react": "^15.5.4",
    "react-dom": "^15.5.4",
    "react-router": "^4.1.1",
    "react-select": "^1.0.0-rc.5",
    "sass-loader": "^6.0.5",
    "style-loader": "^0.18.1",
    "url-loader": "^0.5.8",
    "webpack": "^2.6.1"
  }
}
