{
  "name": "cleveland",
  "version": "0.0.0",
  "description": "Map viewer for Cleveland",
  "main": "app.js",
  "scripts": {
    "lint": "xo",
    "start": "node ./node_modules/.bin/webpack-dev-server --debug --progress --devtool source-map --output-pathinfo",
    "build": "node ./node_modules/.bin/webpack && mkdir -p build/img && cp img/location-dot.svg build/img/",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Living Map",
  "license": "UNLICENCED",
  "dependencies": {
    "@living-map/living-map": "gitlab:living-map/LivingMap.js#2b603a5fd045a98693c2dc93d805a059c520dac4",
    "@livingmap/ui": "gitlab:living-map/ui#fdab6af673a72f43d95f4b6569389f47efb761d1",
    "autoprefixer": "^6.7.2",
    "babel-plugin-transform-object-assign": "^6.8.0",
    "jquery": "^3.1.1",
    "moment": "^2.17.1",
    "openlayers": "^3.20.1",
    "proj4": "^2.3.15",
    "react": "^15.3.2",
    "react-dom": "^15.3.2",
    "react-tabs": "^0.8.2"
  },
  "devDependencies": {
    "eslint-config-xo-react": "^0.10.0",
    "html-webpack-plugin": "^2.26.0",
    "webpack": "^1.13.2",
    "webpack-dev-server": "^1.16.2",
    "xo": "^0.17.0"
  },
  "xo": {
    "space": true,
    "ignores": [
      "**/build/**",
      "build"
    ],
    "envs": [
      "browser"
    ],
    "rules": {
      "xo/filename-case": 0,
      "react/forbid-component-props": 0,
      "import/no-dynamic-require": 0,
      "react/jsx-closing-bracket-location": 0,
      "import/no-unassigned-import": 0
    },
    "extends": "xo-react"
  },
  "browserslist": [
     "> 1%"
   ]
}
