UNPKG

chartjs-adapter-dayjs

Version:

Chart.js adapter to use Dayjs for time functionalities

46 lines (45 loc) 1.19 kB
{ "name": "chartjs-adapter-dayjs", "homepage": "https://www.chartjs.org", "description": "Chart.js adapter to use Dayjs for time functionalities", "version": "1.0.0", "license": "MIT", "main": "dist/chartjs-adapter-dayjs.js", "repository": { "type": "git", "url": "https://github.com/ducksoupdev/chartjs-adapter-dayjs.git" }, "keywords": [ "chart.js", "date", "dayjs", "time" ], "files": [ "bower.json", "dist/*.js" ], "devDependencies": { "chart.js": "^2.8.0", "dayjs": "^1.8.15", "eslint-config-chartjs": "^0.1.0", "gulp": "^4.0.0", "gulp-eslint": "^5.0.0", "gulp-file": "^0.4.0", "karma": "^4.0.1", "karma-firefox-launcher": "^1.1.0", "karma-jasmine": "^2.0.1", "karma-jasmine-html-reporter": "^1.4.0", "karma-rollup-preprocessor": "^7.0.0", "karma-spec-reporter": "^0.0.32", "rollup": "^1.3.3", "rollup-plugin-commonjs": "^9.2.1", "rollup-plugin-node-resolve": "^4.0.1", "rollup-plugin-terser": "^4.0.4", "yargs": "^13.2.1" }, "peerDependencies": { "chart.js": ">= 2.8.0 < 3", "dayjs": "^1.8.15" } }