india-map-svg
Version:
Interactive **SVG maps of India and its states** with zoom, pan, hover tooltips, and click events. Built with **React + TypeScript**.
64 lines (63 loc) • 1.36 kB
JSON
{
"name": "india-map-svg",
"keywords": [
"india",
"map",
"svg",
"react",
"typescript",
"interactive",
"states",
"zoom",
"pan",
"hover",
"click",
"visualization",
"geography",
"component",
"indian-states",
"mapping",
"ui-component",
"data-visualization"
],
"author": "Chauhan Yuvraj",
"private": false,
"version": "1.1.4",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"./style.css": "./dist/style.css"
},
"files": [
"dist"
],
"scripts": {
"dev": "vite build --watch",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"peerDependencies": {
"react": ">=18.2.0 <20.0.0",
"react-dom": ">=18.2.0 <20.0.0"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
"vite": "^5.2.13",
"vite-plugin-dts": "^3.9.1"
}
}