{
  "private": true,
  "name": "dashpoc",
  "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",
    "build": "npm run compile-es6 && npm run bundle"
  },
  "dependencies": {
    "@hpcc-js/form": "0.0.81",
    "@hpcc-js/dgrid": "0.1.6",
    "@hpcc-js/graph": "0.1.1",
    "@hpcc-js/layout": "0.1.6",
    "@hpcc-js/marshaller": "0.1.6",
    "es6-promise": "4.2.8",
    "tslib": "1.10.0"
  },
  "devDependencies": {
    "rimraf": "2.6.3",
    "rollup": "0.59.2",
    "typescript": "3.6.4",
    "webpack": "4.34.0",
    "webpack-cli": "3.3.4"
  }
}