simple-bubble-chart
Version:
Simple bubble chart library
33 lines (32 loc) • 645 B
JSON
{
"name": "simple-bubble-chart",
"version": "0.1.97",
"description": "Simple bubble chart library",
"main": "dist/index.umd.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "vite build && tsc ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bubble",
"chart",
"container",
"statistics"
],
"author": "HZ",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.2.21",
"react": "^18.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"peerDependencies": {
"react": "^18.2.0"
}
}