UNPKG

reactts-gauge-chart

Version:

Gauge charts library for react. Easily used and fully customizable. Powered by Chart.js.

29 lines (28 loc) 784 B
{ "name": "reactts-gauge-chart", "version": "1.2.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/cjs/index.d.ts", "scripts": { "build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json", "prepublishOnly": "npm run build" }, "peerDependencies": { "chart.js": "^4.4.8", "react": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@types/chart.js": "^2.9.41", "@types/react": "^18.0.0", "typescript": "^4.7.4" }, "files": ["dist", "README.md"], "repository": { "type": "git", "url": "https://github.com/Juanitte/reactts-gauge-chart.git" }, "keywords": ["gauge", "chart", "react", "chart.js"], "author": "Juanitte <juanite.dev@gmail.com>", "license": "MIT" }