UNPKG

react-sparklines-ts

Version:

Beautiful and expressive Sparklines component for React (continued)

70 lines (69 loc) 1.73 kB
{ "name": "react-sparklines-ts", "version": "1.8.7", "description": "Beautiful and expressive Sparklines component for React (continued)", "type": "module", "main": "dist/Sparklines.js", "module": "dist/Sparklines.js", "types": "dist/Sparklines.d.ts", "files": [ "dist" ], "scripts": { "start": "vite", "test": "vitest", "check": "biome check", "check:fix": "biome check --fix --unsafe", "build": "tsc", "release": "release-it", "prepublish": "pnpm run build", "prepare": "husky" }, "repository": { "type": "git", "url": "git+https://github.com/aeolun/react-sparklines-ts.git" }, "keywords": [ "react", "component", "react-component", "charts", "sparklines", "visualization", "jsx", "typescript" ], "authors": [ "Bart Riepe <bart@serial-experiments.com>", "Boris Yankov <borisyankov@gmail.com> (https://github.com/borisyankov)" ], "license": "MIT", "bugs": { "url": "https://github.com/aeolun/react-sparklines-ts/issues" }, "homepage": "https://github.com/aeolun/react-sparklines-ts#readme", "devDependencies": { "@biomejs/biome": "^1.8.3", "@release-it/conventional-changelog": "^8.0.1", "@types/diff": "^5.2.1", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitest/coverage-istanbul": "^2.0.3", "csstype": "^3.1.3", "diff": "^5.2.0", "esbuild": "^0.23.0", "hiff": "^0.3.1", "husky": "^9.1.1", "kleur": "^4.1.5", "react": "^18", "react-dom": "^18", "release-it": "^17.6.0", "typescript": "^5.5.3", "vite": "^5.3.4", "vitest": "^2.0.3" }, "peerDependencies": { "react": "*", "react-dom": "*" } }