{
  "private": true,
  "name": "@hpcc-js/demo-wecare",
  "scripts": {
    "clean": "rimraf lib* types dist *.tsbuildinfo",
    "compile-es6": "tsc --module es6 --outDir ./lib-es6",
    "compile-es6-watch": "npm run compile-es6 -- -w",
    "compile-umd": "tsc --module umd --outDir ./lib-umd",
    "bundle": "webpack",
    "bundle2": "rollup -c && npm run minimize",
    "bundle-watch": "npm run bundle -- -w",
    "minimize": "terser dist/rollupLib.js -c -m --source-map -o dist/rollupLib.min.js",
    "build": "npm run compile-es6 && npm run bundle",
    "watch": "run-p compile-es6-watch bundle-watch"
  },
  "dependencies": {
    "@hpcc-js/chart": "^2.12.0",
    "@hpcc-js/common": "^2.14.0",
    "@hpcc-js/comms": "^2.4.0",
    "@hpcc-js/dgrid": "^2.2.0",
    "@hpcc-js/form": "^2.5.0",
    "@hpcc-js/map": "^2.5.0",
    "d3-selection": "1.4.0",
    "d3-time-format": "2.1.3",
    "impress.js": "GordonSmith/impressjs.git#MILEHIGH_UI",
    "tslib": "1.10.0"
  },
  "devDependencies": {
    "@types/d3": "4.9.0",
    "npm-run-all": "4.1.5",
    "rimraf": "2.6.3",
    "rollup": "1.20.2",
    "source-map-loader": "0.2.4",
    "terser": "4.0.0",
    "typescript": "3.6.4",
    "webpack": "4.34.0",
    "webpack-cli": "3.3.4"
  }
}