{
    "private": true,
    "name": "@hpcc-js/demo-dashy",
    "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",
        "compile-umd-watch": "npm run compile-umd -- -w",
        "compile-all": "tsc -b",
        "compile-all-watch": "npm run compile-all -- -w",
        "bundle-rollup": "rollup -c",
        "bundle-webpack": "webpack",
        "build": "npm run compile-es6 && npm run bundle-rollup && npm run bundle-webpack",
        "start-dev": "ws",
        "update": "npx npm-check-updates -u -t minor"
    },
    "dependencies": {
        "@hpcc-js/common": "^2.68.0",
        "@hpcc-js/comms": "^2.75.0",
        "@hpcc-js/dgrid": "^2.31.0",
        "@hpcc-js/form": "^2.9.3",
        "@hpcc-js/graph": "^2.80.0",
        "@hpcc-js/layout": "^2.47.4",
        "@hpcc-js/marshaller": "^2.24.10",
        "@hpcc-js/other": "^2.14.4",
        "@hpcc-js/react": "^2.49.4",
        "@hpcc-js/util": "^2.47.0",
        "d3-array": "^1",
        "d3-collection": "^1",
        "d3-fetch": "^1",
        "d3-selection": "^1",
        "es6-promise": "4.2.8",
        "tslib": "2.3.1"
    },
    "devDependencies": {
        "material-design-lite": "1.3.0",
        "pure-css": "1.0.4"
    }
}