UNPKG

@gps-saas/codeartisan-react-native-leaflet-traccar

Version:

Codeartisan React Native Leaflet Traccar is an improvement of @netizen-teknologi/react-native-maps-leaflet, bringing powerful, interactive maps to React Native Traccar Custom apps with Leaflet. Ideal for real estate, travel, delivery tracking, and logisti

48 lines (47 loc) 1.44 kB
{ "name": "@gps-saas/codeartisan-react-native-leaflet-traccar", "version": "1.0.12", "description": "Codeartisan React Native Leaflet Traccar is an improvement of @netizen-teknologi/react-native-maps-leaflet, bringing powerful, interactive maps to React Native Traccar Custom apps with Leaflet. Ideal for real estate, travel, delivery tracking, and logistics.", "main": "dist/index.js", "types": "dist/types/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/gps-saas/codeartisan-react-native-leaflet-traccar.git" }, "keywords": [ "react-native", "leaflet", "maps", "traccar", "custom traccar mobile app", "react-native-maps", "react-native-maps-leaflet" ], "author": "gps-saas", "license": "MIT", "homepage": "https://github.com/gps-saas/codeartisan-react-native-leaflet-traccar", "bugs": { "url": "https://github.com/gps-saas/codeartisan-react-native-leaflet-traccar/issues" }, "files": [ "dist", "resources/**/*" ], "peerDependencies": { "react": "^18.0.0", "react-native": "^0.74.0 || ^0.75.0 || ^0.76.0" }, "devDependencies": { "@types/react": "^18.3.12", "@types/react-native": "^0.73.0", "typescript": "^5.7.2" }, "dependencies": { "react-native-webview": "^13.8.6" } }