UNPKG

svgmap-maharashtra

Version:

Interactive map of Maharashtra for React

49 lines (48 loc) 1.32 kB
{ "name": "svgmap-maharashtra", "version": "0.0.2", "description": "Interactive map of Maharashtra for React", "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/svgmaps-india.git" }, "keywords": [ "svgmap", "svgmap-maharashtra", "svgmap-india", "react-map-mh", "maharashtra", "maharashtra-map" ], "author": "Aravind D", "license": "ISC", "bugs": { "url": "https://github.com/arav-ind/svgmaps-india/issues" }, "homepage": "https://github.com/arav-ind/svgmaps-india#readme", "peerDependencies": { "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@babel/preset-react": "^7.18.6", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-terser": "^0.4.4", "@types/react": "^18.2.58", "rollup": "^2.77.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-typescript2": "^0.36.0", "tslib": "^2.6.2", "typescript": "^5.3.3" }, "dependencies": { "svgmap-core": "^0.0.1" } }