@hpcc-js/dgrid-shim
Version:
69 lines (68 loc) • 2.18 kB
JSON
{
"name": "@hpcc-js/dgrid-shim",
"version": "3.1.3",
"description": "dgrid shim",
"main": "dist/index.js",
"unpkg": "dist/index.min.js",
"jsdelivr": "dist/index.min.js",
"types": "types/index.d.ts",
"typesVersions": {
"<3.8": {
"*": [
"types-3.4/index.d.ts"
]
}
},
"scripts": {
"clean": "rimraf --glob 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",
"gen-legacy-types": "downlevel-dts ./types ./types-3.4",
"build": "npm run compile-cjs && npm run bundle",
"watch": "run-p compile-cjs-watch bundle-watch",
"lint": "eslint ./src",
"update": "npx --yes npm-check-updates -u -t minor"
},
"files": [
"dist/**/*",
"types/*"
],
"devDependencies": {
"@types/dojo": "1.9.48",
"dgrid": "1.3.3",
"dijit": "1.17.3",
"dijit-themes": "1.17.3",
"dojo": "1.17.3",
"dojo-dstore": "1.2.1",
"dojo-util": "1.17.3",
"dojo-webpack-plugin": "3.0.9",
"dojox": "1.17.3",
"terser-webpack-plugin": "5.3.14",
"webpack": "5.98.0",
"webpack-cli": "5.1.4",
"webpack-hasjs-plugin": "1.0.4"
},
"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": "8afa398a6246f7f913bc2cb88402b776d65deb00"
}