UNPKG

taucharts

Version:

Data-focused charting library based on D3

99 lines (98 loc) 2.8 kB
{ "name": "taucharts", "version": "2.8.0", "homepage": "https://github.com/TargetProcess/taucharts", "description": "Data-focused charting library based on D3", "author": { "name": "Targetprocess, Inc." }, "keywords": [ "d3", "svg", "charts", "graphics", "barchart", "linechart", "scatterplot", "visualization" ], "main": "dist/taucharts.js", "license": "Apache-2.0", "licenses": [ { "type": "Apache License 2.0", "url": "https://github.com/TargetProcess/taucharts/blob/master/LICENSE" } ], "dependencies": { "d3-array": "^1.2.1", "d3-axis": "^1.0.12", "d3-brush": "^1.0.6", "d3-color": "^1.2.3", "d3-format": "^1.3.2", "d3-geo": "^1.11.3", "d3-quadtree": "^1.0.6", "d3-scale": "^1.0.6", "d3-selection": "^1.4.0", "d3-shape": "^1.3.4", "d3-time": "^1.0.11", "d3-time-format": "^2.1.3", "d3-transition": "^1.2.0", "topojson-client": "^3.0.0" }, "repository": { "type": "git", "url": "https://github.com/TargetProcess/taucharts.git" }, "scripts": { "start": "webpack-dev-server", "build": "npm run lint && npm run build:production && node tasks/cleanBuildFolder.js", "build:production": "webpack --mode=production", "build:dev": "webpack", "test": "npm run build && karma start", "lint": "eslint --quiet .", "devtest": "npm run build:dev && karma start --taucharts-debug", "prepublishOnly": "npm run build", "publishToReleaseBranch": "node tasks/publishToReleaseBranch.js" }, "devDependencies": { "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", "@babel/preset-typescript": "^7.3.3", "@types/d3": "^5.7.1", "@typescript-eslint/eslint-plugin": "^1.12.0", "@typescript-eslint/parser": "^1.12.0", "babel-loader": "^8.0.5", "babel-plugin-istanbul": "^5.1.1", "canvg": "^1.5.3", "chai": "^4.2.0", "css-loader": "^2.1.0", "d3": "^5.9.1", "eslint": "^6.1.0", "file-saver": "^2.0.1", "fs-extra": "^7.0.1", "gh-pages": "^2.0.1", "jquery": "^3.4.1", "js-schema": "1.0.1", "karma": "^4.1.0", "karma-chrome-launcher": "2.2.0", "karma-coverage-istanbul-reporter": "^2.0.5", "karma-coveralls": "^2.1.0", "karma-mocha": "1.3.0", "karma-spec-reporter": "0.0.32", "karma-webpack": "^4.0.0-rc.6", "less": "^3.9.0", "less-loader": "4.1.0", "mini-css-extract-plugin": "^0.5.0", "mocha": "^6.1.4", "style-loader": "^0.23.1", "tau-tooltip": "1.1.3", "ts-loader": "^5.3.3", "typescript": "^3.3.3333", "webpack": "^4.29.5", "webpack-bundle-analyzer": "^3.3.2", "webpack-cli": "^3.2.3", "webpack-dev-server": "^3.2.1" }, "types": "./types/index.d.ts" }