UNPKG

react-svgmap-japan

Version:

Interactive SVG Map of Japan with hover and click functionality

50 lines (49 loc) 1.34 kB
{ "name": "react-svgmap-japan", "version": "1.1.0", "description": "Interactive SVG Map of Japan with hover and click functionality", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/arav-ind/react-svgmap-japan.git" }, "keywords": [ "japan", "svgmap", "地図", "日本", "日本の地図", "japanmap", "svgmap-japan", "react", "map component japan", "Japanese map" ], "author": "Aravind D", "license": "ISC", "bugs": { "url": "https://github.com/arav-ind/react-svgmap-japan/issues" }, "homepage": "https://github.com/arav-ind/react-svgmap-japan#readme", "peerDependencies": { "react": "^16.0.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@babel/preset-react": "^7.18.6", "@rollup/plugin-node-resolve": "^13.3.0", "@types/react": "^18.2.58", "rollup": "^2.77.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-terser": "^0.4.4", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-typescript2": "^0.36.0", "tslib": "^2.6.2", "typescript": "^5.3.3" } }