UNPKG

turkey-district-maps-3

Version:

A SVG district maps of Turkey cities for React JS applications.

72 lines (71 loc) 1.78 kB
{ "name": "turkey-district-maps-3", "version": "1.2.3", "description": "A SVG district maps of Turkey cities for React JS applications.", "author": "Furkan OZBEK <frknozbek54@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ritzykey/turkey-district-maps.git" }, "bugs": { "url": "https://github.com/ritzykey/turkey-district-maps/issues" }, "homepage": "https://github.com/ritzykey/turkey-district-maps#readme", "keywords": [ "turkey-district-maps", "turkey", "district", "map", "city", "svg", "react", "türkiye", "iller", "ilçeler", "harita" ], "type": "module", "files": [ "dist" ], "main": "./dist/index.umd.cjs", "module": "./dist/index.js", "types": "./dist/main.d.ts", "exports": { ".": { "types": "./dist/main.d.ts", "import": "./dist/index.js", "require": "./dist/index.umd.cjs" } }, "engines": { "node": ">=10" }, "scripts": { "start": "tsc -b && vite build -w", "build": "tsc -b && vite build", "dev": "vite", "lint": "eslint .", "preview": "vite preview" }, "peerDependencies": { "react": "^19.0.0 || ^18.0.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/node": "^24.12.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "eslint": "^10.2.1", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.5.0", "typescript": "~6.0.2", "typescript-eslint": "^8.58.2", "vite": "^8.0.10", "react": "^19.2.5", "react-dom": "^19.2.5" } }