{
  "name": "@hpcc-js/dgrid-shim",
  "version": "2.11.3",
  "description": "dgrid shim",
  "main": "dist/index.js",
  "unpkg": "dist/index.min.js",
  "jsdelivr": "dist/index.min.js",
  "types": "types/index.d.ts",
  "scripts": {
    "clean": "rimraf lib* types dist *.tsbuildinfo",
    "compile-es6": "tsc --module es6 --outDir ./lib-es6",
    "compile-es6-watch": "npm run compile-es6 -- -w",
    "compile-amd": "tsc --module amd --outDir ./lib-amd",
    "compile-cjs": "tsc --module commonjs --outDir ./lib-cjs",
    "compile-cjs-watch": "npm run compile-cjs -- -w",
    "bundle": "webpack",
    "bundle-watch": "npm run bundle -- -w",
    "minimize": "terser dist/index.js -c -m -o dist/index.min.js",
    "build": "npm run compile-cjs && npm run bundle",
    "watch": "run-p compile-cjs-watch bundle-watch",
    "stamp": "node node_modules/@hpcc-js/bundle/src/stamp.js",
    "lint": "tslint --project . src/**/*.ts"
  },
  "files": [
    "dist/**/*",
    "types/*"
  ],
  "devDependencies": {
    "@hpcc-js/bundle": "^2.10.5",
    "@types/dojo": "1.9.41",
    "copy-webpack-plugin": "5.0.3",
    "css-loader": "3.0.0",
    "dgrid": "1.2.1",
    "dijit": "1.15.0",
    "dojo": "1.15.0",
    "dojo-dstore": "1.1.2",
    "dojo-themes": "1.14.1",
    "dojo-util": "1.15.0",
    "dojo-webpack-plugin": "2.8.9",
    "dojox": "1.15.0",
    "npm-run-all": "4.1.5",
    "rimraf": "2.6.3",
    "style-loader": "0.23.1",
    "terser": "4.0.0",
    "tslint": "5.17.0",
    "typescript": "3.6.4",
    "uglifyjs-webpack-plugin": "2.1.3",
    "url-loader": "2.0.0",
    "webpack": "4.34.0",
    "webpack-cli": "3.3.4",
    "webpack-hasjs-plugin": "1.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hpcc-systems/Visualization.git"
  },
  "keywords": [
    "dojo",
    "webpack",
    "dgrid",
    "dstore"
  ],
  "author": "Gordon Smith",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/hpcc-systems/Visualization/issues"
  },
  "homepage": "https://github.com/hpcc-systems/Visualization#readme",
  "gitHead": "90532e4914f063f90c74dbb392c074f783440017"
}
