chartjs-chart-matrix
Version:
Chart.js module for creating matrix charts
110 lines (109 loc) • 3.87 kB
JSON
{
"name": "chartjs-chart-matrix",
"version": "3.0.0",
"description": "Chart.js module for creating matrix charts",
"type": "module",
"main": "dist/chartjs-chart-matrix.cjs",
"module": "dist/chartjs-chart-matrix.esm.js",
"types": "types/index.esm.d.ts",
"jsdelivr": "dist/chartjs-chart-matrix.min.js",
"unpkg": "dist/chartjs-chart-matrix.min.js",
"exports": {
"types": "./types/index.esm.d.ts",
"import": "./dist/chartjs-chart-matrix.esm.js",
"require": "./dist/chartjs-chart-matrix.cjs",
"script": "./dist/chartjs-chart-matrix.min.js"
},
"sideEffects": [
"dist/chartjs-chart-matrix.cjs",
"dist/chartjs-chart-matrix-min.js"
],
"scripts": {
"autobuild": "rollup -c -w",
"build": "rollup -c",
"dev": "karma start ./karma.conf.cjs --no-single-run --auto-watch --browsers chrome",
"dev:ff": "karma start ./karma.conf.cjs --auto-watch --no-single-run --browsers firefox",
"docs": "npm run build && vuepress build docs --no-cache",
"docs:dev": "npm run build && vuepress dev docs --no-cache",
"lint": "eslint",
"typecheck": "tsc --noEmit && tsc --noEmit -p types/tests/",
"test": "cross-env NODE_ENV=test concurrently \"npm:test-*\"",
"pretest-unit": "swc --config-file .swcrc-spec src -d build",
"test-unit": "cross-env JASMINE_CONFIG_PATH=jasmine.json c8 --src=src --reporter=text --reporter=lcov -o=coverage/unit jasmine",
"test-karma": "karma start ./karma.conf.cjs --no-auto-watch --single-run",
"test-integration:node-commonjs": "npm run test --prefix test/integration/node-commonjs",
"test-integration:node-module": "npm run test --prefix test/integration/node-module"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kurkle/chartjs-chart-matrix.git"
},
"keywords": [
"chart.js",
"chart",
"matrix"
],
"files": [
"dist/*",
"!dist/docs/**",
"types/index.esm.d.ts"
],
"author": "Jukka Kurkela",
"license": "MIT",
"bugs": {
"url": "https://github.com/kurkle/chartjs-chart-matrix/issues"
},
"homepage": "https://chartjs-chart-matrix.pages.dev/",
"devDependencies": {
"@eslint/js": "^9.22.0",
"@eslint/markdown": "^6.3.0",
"@napi-rs/canvas": "^0.1.30",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-swc": "^0.4.0",
"@rollup/plugin-terser": "^0.4.4",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.11.9",
"@types/jasmine": "^5.1.7",
"@types/node": "^22.13.10",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"c8": "^10.1.3",
"chart.js": "^4.0.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-test-utils": "^0.5.0",
"concurrently": "^9.0.1",
"cross-env": "^7.0.3",
"date-fns": "^2.19.0",
"eslint": "^9.22.0",
"eslint-config-chartjs": "^0.3.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^16.0.0",
"jasmine": "^5.6.0",
"jasmine-core": "^5.1.2",
"karma": "^6.2.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-firefox-launcher": "^2.1.0",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-rollup-preprocessor": "^7.0.7",
"karma-spec-reporter": "^0.0.36",
"rollup": "^4.21.2",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-istanbul": "^5.0.0",
"typescript": "^5.3.3",
"vuepress": "^1.9.7",
"vuepress-plugin-flexsearch": "^0.3.0",
"vuepress-plugin-redirect": "^1.2.5",
"vuepress-theme-chartjs": "^0.2.0"
},
"peerDependencies": {
"chart.js": ">=3.0.0"
}
}