UNPKG

@swimlane/ngx-charts

Version:

Declarative Charting Framework for Angular2 and beyond!

150 lines (149 loc) 4.9 kB
{ "name": "@swimlane/ngx-charts", "version": "3.0.4", "description": "Declarative Charting Framework for Angular2 and beyond!", "main": "release/index.js", "typings": "release/index.d.ts", "scripts": { "check": "npm-check --skip-unused", "test": "karma start", "test:watch": "npm run test -- --auto-watch --no-single-run", "watch:test": "npm run test -- --auto-watch --no-single-run", "lint": "tslint ./src/{,**/}*.ts ./test/{,**/}*.ts ./demo/{,**/}*.ts", "version": "npm run release", "preversion": "npm test", "postversion": "git push && git push --tags", "clean": "npm-run-all -p clean:*", "clean:dist": "rimraf dist", "clean:release": "rimraf release", "build": "webpack --display-error-details", "build:release": "cross-env NODE_ENV=production npm run build", "build:package": "cross-env NODE_ENV=package npm run build", "build:ts": "tsc", "build:aot": "ngc", "build:sass": "node-sass -o dist/ src/", "build:css": "postcss --use autoprefixer dist/*.css -d dist/", "watch": "webpack --display-error-details --watch", "start": "webpack-dev-server", "start:hmr": "webpack-dev-server --env.HMR", "release": "npm-run-all build:release", "package": "npm-run-all -s clean:release package:css package:aot build:package package:replace package:minify", "package:ts": "tsc --outDir release", "package:aot": "ngc -p tsconfig-aot.json", "package:replace": "node ./config/replace.js", "package:css": "node-sass -o release/ src/ngx-charts.scss", "package:minify": "uglifyjs release/index.js --source-map release/index.min.js.map --source-map-url release/index.js.map --compress --mangle --screw-ie8 --output release/index.min.js", "deploy": "node ./config/deploy.js", "profile": "NODE_ENV=production webpack --profile --json > dist/stats.json" }, "repository": { "type": "git", "url": "git+https://github.com/swimlane/ngx-charts.git" }, "keywords": [ "angular2", "angularjs", "charts", "charting", "angular", "d3", "viz", "graph", "svg", "dataviz", "viz", "graph", "d3.js", "d3js", "angular4" ], "authors": [ "Austin McDaniel", "Marjan Georgiev", "Olivier Combe" ], "license": "MIT", "bugs": { "url": "https://github.com/swimlane/ngx-charts/issues" }, "homepage": "https://github.com/swimlane/ngx-charts#readme", "peerDependencies": { "@angular/common": "~2.4.1", "@angular/compiler": "~2.4.1", "@angular/core": "~2.4.1", "@angular/platform-browser": "~2.4.1", "@angular/platform-browser-dynamic": "~2.4.1", "core-js": "2.4.1", "d3": "4.4.0", "moment": "2.17.1", "rxjs": "5.0.1", "zone.js": "^0.7.4" }, "devDependencies": { "@angular/common": "~2.4.1", "@angular/compiler": "~2.4.1", "@angular/compiler-cli": "~2.4.1", "@angular/core": "~2.4.1", "@angular/forms": "~2.4.1", "@angular/platform-browser": "~2.4.1", "@angular/platform-browser-dynamic": "~2.4.1", "@angular/platform-server": "~2.4.1", "@types/core-js": "0.9.32", "@types/d3-array": "0.0.3", "@types/d3-brush": "0.0.3", "@types/d3-color": "0.0.3", "@types/d3-format": "0.0.3", "@types/d3-interpolate": "0.0.4", "@types/d3-scale": "0.0.3", "@types/d3-selection": "0.0.3", "@types/d3-shape": "0.0.4", "@types/jasmine": "2.2.33", "angular2-template-loader": "0.5.0", "autoprefixer": "6.4.0", "awesome-typescript-loader": "2.2.4", "chalk": "^1.1.3", "clean-webpack-plugin": "0.1.10", "codelyzer": "0.0.28", "copy-webpack-plugin": "^4.0.0", "core-js": "2.4.1", "cross-env": "^3.1.3", "css-loader": "0.24.0", "d3": "4.2.2", "fs-extra": "^1.0.0", "gh-pages": "^0.11.0", "html-webpack-plugin": "2.22.0", "istanbul-instrumenter-loader": "0.2.0", "jasmine-core": "^2.5.2", "karma": "^1.3.0", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.1", "karma-jasmine": "^1.0.2", "karma-mocha-reporter": "^2.0.0", "karma-remap-coverage": "^0.1.2", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^1.8.0", "moment": "2.14.1", "node-sass": "^3.10.1", "npm-run-all": "^3.1.0", "postcss": "^5.1.1", "postcss-loader": "0.11.0", "progress-bar-webpack-plugin": "^1.9.0", "replace": "^0.3.0", "rimraf": "^2.5.2", "rxjs": "^5.0.1", "sass-loader": "^4.0.1", "source-map-loader": "0.1.5", "style-loader": "0.13.1", "ts-helpers": "1.1.1", "tslint": "^4.0.2", "tslint-config-swimlane": "^2.0.0", "tslint-loader": "^3.3.0", "typescript": "~2.0.10", "uglify-js": "2.7.3", "webpack": "2.1.0-beta.27", "webpack-dev-server": "2.1.0-beta.11", "webpack-merge": "^0.15.0", "webpack-notifier": "^1.3.0", "zone.js": "^0.7.4" } }