UNPKG

react-svgmap-india

Version:

Interactive SVG Map of India with hover and click functionality

46 lines (45 loc) 1.26 kB
{ "name": "react-svgmap-india", "version": "2.1.0", "description": "Interactive SVG Map of India 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-india.git" }, "keywords": [ "india", "svgmap", "indiamap", "svgmap-india", "react", "map component" ], "author": "Aravind D", "license": "ISC", "bugs": { "url": "https://github.com/arav-ind/react-svgmap-india/issues" }, "homepage": "https://github.com/arav-ind/react-svgmap-india#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" } }