uzb-d3-map
Version:
A flexible, customizable SVG map component for Uzbekistan built with D3 and React
50 lines (49 loc) • 1.19 kB
JSON
{
"name": "uzb-d3-map",
"version": "1.0.2",
"description": "A flexible, customizable SVG map component for Uzbekistan built with D3 and React",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc -p tsconfig.build.json && node -e \"require('fs').copyFileSync('src/map.css', 'dist/map.css')\"",
"prepublishOnly": "npm run build",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"uzbekistan",
"map",
"d3",
"react",
"svg",
"geography",
"interactive-map",
"uzbekistan-map",
"react-component"
],
"author": "sicnt",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/powerrampage/uzb-d3-map.git"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"d3": "^7.0.0"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"d3": "^7.9.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
}
}