{
  "private": true,
  "name": "@hpcc-js/demo-gallery",
  "scripts": {
    "clean": "rimraf types dist *.tsbuildinfo",
    "compile-umd": "tsc --module umd --outDir ./src-umd",
    "gen-filejson": "node ./util/dir2json ./samples",
    "build": "run-s compile-umd gen-filejson",
    "test": "mocha-chrome --chrome-flags \"[\\\"--allow-file-access-from-files\\\", \\\"--no-sandbox\\\"]\" ./test.html"
  },
  "dependencies": {
    "es6-promise": "4.2.8",
    "tslib": "1.10.0"
  },
  "devDependencies": {
    "@hpcc-js/api": "^2.7.10",
    "@hpcc-js/chart": "^2.18.0",
    "@hpcc-js/codemirror": "^2.9.0",
    "@hpcc-js/codemirror-shim": "^2.13.0",
    "@hpcc-js/common": "^2.17.0",
    "@hpcc-js/comms": "^2.9.1",
    "@hpcc-js/composite": "^2.4.10",
    "@hpcc-js/ddl-shim": "^2.12.0",
    "@hpcc-js/deck-shim": "^2.0.0",
    "@hpcc-js/dgrid": "^2.5.1",
    "@hpcc-js/dgrid-shim": "^2.10.2",
    "@hpcc-js/form": "^2.7.10",
    "@hpcc-js/graph": "^2.9.10",
    "@hpcc-js/html": "^2.6.10",
    "@hpcc-js/layout": "^2.13.0",
    "@hpcc-js/leaflet-shim": "^2.0.0",
    "@hpcc-js/map": "^2.7.11",
    "@hpcc-js/map-deck": "^2.0.0",
    "@hpcc-js/marshaller": "^2.14.0",
    "@hpcc-js/other": "^2.12.10",
    "@hpcc-js/phosphor": "^2.12.4",
    "@hpcc-js/phosphor-shim": "^2.10.3",
    "@hpcc-js/preact-shim": "^2.10.3",
    "@hpcc-js/timeline": "^2.6.10",
    "@hpcc-js/tree": "^2.7.10",
    "@hpcc-js/util": "^2.7.2",
    "mocha-chrome": "2.0.0",
    "npm-run-all": "4.1.5",
    "rimraf": "2.6.3",
    "systemjs": "0.21.4",
    "typescript": "3.6.4"
  }
}