react-svg-worldmap
Version:
A pure react component to draw a map of world countries. Simple. Free.
60 lines (59 loc) • 1.71 kB
JSON
{
"name": "react-svg-worldmap",
"version": "1.0.36",
"license": "MIT",
"displayName": "React Worldmap",
"description": "A pure react component to draw a map of world countries. Simple. Free.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"minify": "terser --compress --mangle --output ./dist/react-svg-worldmap.min.esm.js -- ./dist/react-svg-worldmap.esm.js",
"build": "tsdx build --format esm && terser --compress --mangle --output ./dist/react-svg-worldmap.esm.js -- ./dist/react-svg-worldmap.esm.js",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build --format esm && terser --compress --mangle --output ./dist/react-svg-worldmap.esm.js -- ./dist/react-svg-worldmap.esm.js"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16.0.0"
},
"dependencies": {
"@types/d3-geo": "^1.11.1",
"d3-geo": "^1.11.9",
"react-path-marker": "^1.0.8",
"react-path-tooltip": "^1.0.8"
},
"authors": [
"yanivam (https://github.com/yanivam)"
],
"keywords": [
"react",
"worldmap",
"world map",
"map",
"component",
"typescript",
"svg",
"countries"
],
"module": "dist/react-svg-worldmap.esm.js",
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.5",
"husky": "^4.2.3",
"terser": "^5.3.3",
"tsdx": "^0.13.0",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
},
"bugs": "https://github.com/yanivam/react-svg-worldmap/issues",
"repository": "github:yanivam/react-svg-worldmap"
}