react-leaflet-milsymbol
Version:
A React Leaflet v4 wrapper for the milsymbol library
83 lines (82 loc) • 2.23 kB
JSON
{
"name": "react-leaflet-milsymbol",
"description": "A React Leaflet v4 wrapper for the milsymbol library",
"private": false,
"homepage": "https://jacorbello.github.io/react-leaflet-milsymbol/",
"repository": {
"type": "git",
"url": "git+https://github.com/jacorbello/react-leaflet-milsymbol.git"
},
"author": "jacorbello",
"version": "0.2.3",
"type": "module",
"license": "MIT",
"sideEffects": false,
"main": "dist/react-leaflet-milsymbol.umd.js",
"module": "dist/react-leaflet-milsymbol.es.js",
"types": "dist/index.d.ts",
"files": [
"dist/*.js",
"dist/*.js.map",
"dist/*.d.ts",
"dist/*.d.ts.map"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/react-leaflet-milsymbol.es.js",
"require": "./dist/react-leaflet-milsymbol.umd.js"
}
},
"keywords": [
"react",
"leaflet",
"react-leaflet",
"react-leaflet-v4",
"milsymbol",
"military",
"symbols",
"gis"
],
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build && tsc -p tsconfig.build.json",
"lint": "eslint .",
"build:demo": "vite build --config vite.config.demo.ts",
"test": "vitest run",
"preview": "vite preview"
},
"peerDependencies": {
"leaflet": "^1.9.0",
"milsymbol": "^3.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-leaflet": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/leaflet": "^1.9.16",
"@types/node": "^22.13.10",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "^4.1.2",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^17.3.0",
"jsdom": "^28.0.0",
"leaflet": "^1.9.4",
"milsymbol": "^3.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-leaflet": "^5.0.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.55.0",
"vite": "^7.3.1",
"vite-plugin-dts": "^4.5.3",
"vitest": "^4.0.18"
}
}