{
  "name": "domsplace",
  "version": "5.0.0",
  "description": "Personal website for Dominic \"YouWish\" Masters.",
  "main": "private/index.js",
  "scripts": {
    "serve": "webpack-serve --config ./webpack.config.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YourWishes/domsPlaceNew.git"
  },
  "keywords": [
    "domsplace",
    "personal",
    "portfolio",
    "website"
  ],
  "author": "Dominic Masters",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/YourWishes/domsPlaceNew/issues"
  },
  "homepage": "https://github.com/YourWishes/domsPlaceNew#readme",
  "dependencies": {
    "babel-polyfill": "^6.26.0",
    "react": "^16.3.2",
    "react-dom": "^16.3.2",
    "react-redux": "^5.0.7",
    "react-router": "^4.2.0",
    "react-router-dom": "^4.2.2",
    "react-tap-event-plugin": "^3.0.2",
    "redux": "^4.0.0"
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "css-loader": "^0.28.11",
    "file-loader": "^1.1.11",
    "html-webpack-plugin": "^3.2.0",
    "node-sass": "^4.9.0",
    "react-hot-loader": "^4.1.2",
    "sass-loader": "^7.0.1",
    "style-loader": "^0.21.0",
    "url-loader": "^1.0.1",
    "webpack": "^3.11.0",
    "webpack-dev-server": "^2.9.1"
  }
}