myd3g
Version:
just simple D3js graoh plugin
34 lines (33 loc) • 700 B
JSON
{
"name": "myd3g",
"version": "0.0.8",
"description": "just simple D3js graoh plugin",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"homepage": "https://d3js.org/getting-started",
"repository": {
"url": "https://github.com/shuvajitg/myd3g"
},
"scripts": {
"build": "tsup"
},
"keywords": [
"D3js",
"React.js"
],
"author": "Shuvajit Gayen",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/react": "^19.0.10",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
},
"dependencies": {
"d3": "^7.9.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}