{
  "name": "watermelondb-demo-web",
  "version": "0.0.1",
  "license": "",
  "description": "",
  "private": true,
  "scripts": {
    "dev": "node webpack.server.js",
    "build": "webpack --config ./webpack.prod.js"
  },
  "dependencies": {
    "@nozbe/watermelondb": "latest",
    "@nozbe/with-observables": "^1.0.0",
    "lokijs": "^1.5.5",
    "react": "16.8.1",
    "react-dom": "^16.4.2",
    "react-router": "^4.3.1",
    "react-router-dom": "^4.3.1",
    "recompose": "^0.30.0"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "7.3.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-sent": "^7.0.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
    "@babel/plugin-proposal-numeric-separator": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.2.0",
    "@babel/plugin-proposal-throw-expressions": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/runtime": "^7.0.0",
    "babel-eslint": "10.0.1",
    "babel-loader": "^8.0.0",
    "classnames": "^2.2.6",
    "clean-webpack-plugin": "^1.0.1",
    "compression": "^1.7.3",
    "css-loader": "^2.1.0",
    "eslint": "^5.4.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^4.0.0",
    "eslint-plugin-flowtype": "^3.2.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.11.1",
    "file-loader": "^3.0.1",
    "html-webpack-plugin": "^3.2.0",
    "http-proxy-middleware": "^0.19.0",
    "koa-connect": "^2.0.1",
    "koa-router": "^7.4.0",
    "mini-css-extract-plugin": "^0.5.0",
    "postcss": "^7.0.36",
    "postcss-browser-reporter": "^0.5.0",
    "postcss-calc": "^7.0.1",
    "postcss-hexrgba": "^1.0.1",
    "postcss-import": "^12.0.0",
    "postcss-loader": "^3.0.0",
    "postcss-mixins": "^6.2.1",
    "postcss-preset-env": "^6.5.0",
    "postcss-reporter": "^6.0.1",
    "postcss-strip-inline-comments": "^0.1.5",
    "postcss-url": "^8.0.0",
    "prettier-eslint-cli": "^4.7.1",
    "serve-static": "^1.13.2",
    "terser": "^4.8.1",
    "uglifyjs-webpack-plugin": "2.1.1",
    "url-loader": "^1.1.1",
    "webpack": "^4.17.1",
    "webpack-cli": "^3.1.0",
    "webpack-merge": "^4.1.4",
    "webpack-serve": "^2.0.2",
    "worker-loader": "^2.0.0"
  },
  "now": {
    "type": "static",
    "name": "watermelondb",
    "alias": "watermelondb",
    "public": true
  }
}
