UNPKG

@swimlane/ngx-charts

Version:

Declarative Charting Framework for Angular2 and beyond!

165 lines (164 loc) 5.43 kB
{ "name": "@swimlane/ngx-charts", "version": "6.0.1", "description": "Declarative Charting Framework for Angular2 and beyond!", "main": "release/index.js", "typings": "release/index.d.ts", "scripts": { "check": "npm-check --skip-unused", "test": "npm run lint && 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\" \"./demo/{,**/}*.ts\"", "version": "npm run release", "preversion": "npm test", "postversion": "git push && git push --tags", "clean": "npm-run-all -p clean:*", "clean:build": "rimraf build", "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 -r build/ -o build/", "build:css": "postcss --use autoprefixer dist/*.css -d dist/", "copy:build": "cpx \"src/**/*\" build", "copy:styles": "cpx \"build/**/*.css\" release", "watch": "webpack --display-error-details --watch", "start": "webpack-dev-server", "start:host": "webpack-dev-server --host 0.0.0.0", "start:hmr": "webpack-dev-server --env.HMR", "release": "npm-run-all build:release", "package": "npm-run-all -s clean copy:build build:sass package:replace-scss package:aot build:package package:minify copy:styles clean:build", "package:ts": "tsc --outDir release", "package:aot": "ngc -p tsconfig-aot.json", "package:replace-scss": "node ./config/replace-scss.js", "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", "Jayson Harshbarger" ], "license": "MIT", "files": [ "release" ], "bugs": { "url": "https://github.com/swimlane/ngx-charts/issues" }, "homepage": "https://github.com/swimlane/ngx-charts#readme", "peerDependencies": { "@angular/common": "^4.2.x", "@angular/core": "^4.2.x", "d3": "^4.9.x", "rxjs": "^5.0.x" }, "devDependencies": { "@angular/animations": "^4.2.5", "@angular/common": "^4.2.5", "@angular/compiler": "^4.2.5", "@angular/compiler-cli": "^4.2.5", "@angular/core": "^4.2.5", "@angular/forms": "^4.2.5", "@angular/http": "^4.2.5", "@angular/platform-browser": "^4.2.5", "@angular/platform-browser-dynamic": "^4.2.5", "@angular/platform-server": "^4.2.5", "@swimlane/ngx-ui": "^14.2.4", "@types/d3-array": "1.2.0", "@types/d3-brush": "1.0.7", "@types/d3-color": "1.0.4", "@types/d3-force": "1.0.7", "@types/d3-format": "1.2.0", "@types/d3-hierarchy": "1.1.0", "@types/d3-interpolate": "1.1.5", "@types/d3-scale": "1.0.8", "@types/d3-selection": "1.0.15", "@types/d3-shape": "1.1.0", "@types/d3-time": "1.0.5", "@types/d3-time-format": "2.0.4", "@types/d3-transition": "1.0.8", "@types/jasmine": "2.5.41", "@types/node": "^7.0.12", "angular2-template-loader": "^0.6.0", "autoprefixer": "^6.7.0", "awesome-typescript-loader": "~3.1.2", "clean-webpack-plugin": "^0.1.15", "codelyzer": "^3.0.0-beta.4", "copy-webpack-plugin": "^4.0.0", "core-js": "2.4.1", "cpx": "^1.5.0", "cross-env": "^3.1.4", "css-loader": "^0.27.3", "d3": "^4.2.2", "emoji-flags": "^1.2.0", "extract-text-webpack-plugin": "2.0.0-beta.4", "file-loader": "^0.10.1", "fs-extra": "^2.0.0", "gh-pages": "^0.12.0", "html-loader": "^0.4.4", "html-webpack-plugin": "^2.26.0", "istanbul-instrumenter-loader": "^2.0.0", "jasmine-core": "^2.5.2", "karma": "^1.4.0", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.1", "karma-jasmine": "^1.1.0", "karma-mocha-reporter": "^2.2.2", "karma-remap-coverage": "^0.1.4", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.1", "node-sass": "^4.3.0", "npm-run-all": "^4.0.1", "postcss": "^5.2.11", "postcss-loader": "^1.2.2", "raw-loader": "^0.5.1", "replace": "^0.3.0", "rimraf": "^2.5.2", "rxjs": "^5.0.3", "sass-loader": "^6.0.3", "source-map-loader": "^0.2.0", "style-loader": "^0.14.1", "to-string-loader": "^1.1.5", "ts-helpers": "1.1.2", "tslint": "^4.0.2", "tslint-config-swimlane": "^2.0.1", "tslint-loader": "^3.3.0", "typescript": "~2.1.0", "uglify-js": "^2.7.5", "url-loader": "^0.5.7", "web-animations-js": "^2.2.2", "webpack": "^2.2.0", "webpack-combine-loaders": "^2.0.3", "webpack-dev-server": "^2.2.0", "webpack-merge": "^4.1.0", "webpack-notifier": "^1.5.0", "zone.js": "^0.8.4" } }