UNPKG

@shipx/timelines-chart

Version:

A parallel (swimlanes) timelines D3 chart for representing state of time-series over time.

73 lines (72 loc) 2.08 kB
{ "name": "@shipx/timelines-chart", "version": "2.11.5", "description": "A parallel (swimlanes) timelines D3 chart for representing state of time-series over time.", "keywords": [ "timelines", "time-series", "d3", "swimlanes", "stacked", "heatmap", "lines" ], "author": "Sherman Lai (https://yoozrr.com)", "license": "MIT", "unpkg": "dist/timelines-chart.min.js", "main": "dist/timelines-chart.common.js", "module": "dist/timelines-chart.module.js", "types": "dist/timelines-chart.d.ts", "homepage": "https://github.com/yoozrr/timelines-chart", "repository": { "type": "git", "url": "git+https://github.com/yoozrr/timelines-chart.git" }, "scripts": { "build": "rimraf dist && rollup -c", "dev": "nodemon --watch src/ --exec rollup -w -c rollup.config.dev.js", "dev:watch": "nodemon --watch src/ --exec npm run build", "prepare": "npm run build" }, "files": [ "dist/**/*", "example/**/*" ], "dependencies": { "d3-array": "^2.8.0", "d3-axis": "^2.0.0", "d3-brush": "^2.1.0", "d3-color-legend": "^1.3.1", "d3-scale": "^3.2.3", "d3-scale-chromatic": "^2.0.0", "d3-selection": "^2.0.0", "d3-time-format": "^3.0.0", "d3-tip": "^0.9.1", "kapsule": "^1.13.3", "svg-text-fit": "^1.1.7", "svg-utils": "^1.2.8" }, "devDependencies": { "@babel/core": "^7.12.3", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/preset-env": "^7.12.1", "@rollup/plugin-babel": "^5.2.1", "@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-node-resolve": "^10.0.0", "postcss-nested": "^4.2.3", "postcss-simple-vars": "^5.0.2", "rimraf": "^3.0.2", "rollup": "^2.33.1", "rollup-plugin-dts": "^1.4.13", "rollup-plugin-postcss": "^3.1.8", "rollup-plugin-terser": "^7.0.2", "typescript": "^4.0.5" }, "bugs": { "url": "https://github.com/yoozrr/timelines-chart/issues" }, "directories": { "example": "example" } }