UNPKG

react-uplot

Version:

ReactJS wrapper for the uPlot charting library.

43 lines (42 loc) 967 B
{ "name": "react-uplot", "description": "ReactJS wrapper for the uPlot charting library.", "version": "0.0.9", "author": "Venryx (https://venryx.com)", "main": "Dist/index.js", "typings": "Dist/index.d.ts", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Venryx/react-uplot.git" }, "keywords": [ "react", "uplot", "charts", "graphs" ], "scripts": { "dev": "tsc --watch", "dist": "tsc" }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0", "uplot": "^1.0.0" }, "devDependencies": { "@types/react": "^19.0.0", "eslint": "^7.28.0", "eslint-config-vbase": "^1.0.11", "eslint-plugin-import": "^2.23.4", "eslint-plugin-only-warn": "^1.0.2", "eslint-plugin-react": "^7.24.0", "react": "^19.0.0", "react-dom": "^19.0.0", "typescript": "^5.8.2", "uplot": "^1.6.12" }, "dependencies": {} }