timelines-chart
Version:
A parallel (swimlanes) timelines D3 chart for representing state of time-series over time.
78 lines (77 loc) • 2.03 kB
JSON
{
"name": "timelines-chart",
"version": "2.14.2",
"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": {
"name": "Vasco Asturiano",
"url": "https://github.com/vasturiano"
},
"license": "MIT",
"type": "module",
"unpkg": "dist/timelines-chart.min.js",
"jsdelivr": "dist/timelines-chart.min.js",
"main": "dist/timelines-chart.mjs",
"module": "dist/timelines-chart.mjs",
"types": "dist/timelines-chart.d.ts",
"exports": {
"types": "./dist/timelines-chart.d.ts",
"umd": "./dist/timelines-chart.min.js",
"default": "./dist/timelines-chart.mjs"
},
"homepage": "https://github.com/vasturiano/timelines-chart",
"repository": {
"type": "git",
"url": "https://github.com/vasturiano/timelines-chart.git"
},
"scripts": {
"build": "rimraf dist && rollup -c",
"dev": "rollup -w -c rollup.config.dev.js",
"prepare": "npm run build"
},
"files": [
"dist/**/*",
"example/**/*"
],
"dependencies": {
"d3-array": "1 - 3",
"d3-axis": "1 - 3",
"d3-brush": "2 - 3",
"d3-color-legend": "1",
"d3-scale": "1 - 4",
"d3-scale-chromatic": "1 - 3",
"d3-selection": "2 - 3",
"d3-time-format": "1 - 4",
"d3-tip": "^0.9",
"kapsule": "^1.16",
"svg-text-fit": "^1.2",
"svg-utils": "^1.3"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"postcss": "^8.5.3",
"postcss-nested": "^7.0.2",
"postcss-simple-vars": "^7.0.1",
"rimraf": "^6.0.1",
"rollup": "^4.34.8",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=12"
}
}