UNPKG

@hpcc-js/composite

Version:
69 lines (68 loc) 2.1 kB
{ "name": "@hpcc-js/composite", "version": "2.0.17", "description": "hpcc-js - Viz Composite", "main": "dist/index.js", "module": "dist/index.es6", "unpkg": "dist/index.min.js", "types": "types/index.d.ts", "files": [ "dist/*", "types/*", "src/*.css" ], "scripts": { "clean": "rimraf lib* types dist", "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": "rollup -c", "bundle-watch": "npm run bundle -- -w", "minimize": "uglifyjs dist/index.js -c -m --source-map -o dist/index.min.js", "build": "npm run compile-es6 && npm run bundle", "watch": "run-p compile-es6-watch bundle-watch", "lint": "tslint --project . src/**/*.ts", "docs": "typedoc --options tdoptions.json ." }, "dependencies": { "@hpcc-js/api": "^2.3.1", "@hpcc-js/chart": "^2.8.1", "@hpcc-js/common": "^2.12.0", "@hpcc-js/dgrid": "^2.0.15", "@hpcc-js/form": "^2.3.1", "@hpcc-js/html": "^2.0.14", "@hpcc-js/layout": "^2.6.4", "@hpcc-js/other": "^2.8.1", "@hpcc-js/phosphor": "^2.5.0", "d3-transition": "1.1.0" }, "devDependencies": { "@hpcc-js/bundle": "^0.0.45", "d3-collection": "1.0.4", "d3-selection": "1.1.0", "npm-run-all": "4.1.5", "rimraf": "2.6.2", "rollup": "0.63.5", "rollup-plugin-alias": "1.4.0", "rollup-plugin-commonjs": "9.1.4", "rollup-plugin-node-resolve": "3.3.0", "rollup-plugin-postcss": "1.6.2", "tslib": "1.9.3", "tslint": "5.11.0", "typedoc": "0.12.0", "typescript": "3.3.3", "uglify-js": "3.4.9" }, "repository": { "type": "git", "url": "git+https://github.com/hpcc-systems/Visualization.git" }, "author": "Gordon Smith <gordonjsmith@gmail.com>", "contributors": [], "license": "Apache-2.0", "bugs": { "url": "https://github.com/hpcc-systems/Visualization/issues" }, "homepage": "https://github.com/hpcc-systems/Visualization", "gitHead": "0e8fe38042c3a4e79d1ade2217fa1f9c506ddf01" }