UNPKG

@blessmesanta/strapi-google-maps

Version:

A Google Maps custom field for Strapi, allowing you to pick a location.

84 lines (83 loc) 2.02 kB
{ "name": "@blessmesanta/strapi-google-maps", "version": "1.0.4", "description": "A Google Maps custom field for Strapi, allowing you to pick a location.", "repository": { "type": "git", "url": "https://github.com/snphq/strapi-google-maps.git" }, "bugs": { "url": "https://github.com/snphq/strapi-google-maps.git/issues" }, "homepage": "https://github.com/snphq/strapi-google-maps.git", "strapi": { "name": "google-maps", "description": "A Google Maps custom field allowing you to pick a location.", "kind": "plugin", "displayName": "Google Maps" }, "keywords": [ "strapi", "strapi-plugin", "strapi-plugin-google-maps", "google-maps", "strapi-google-maps", "strapi-custom-field" ], "dependencies": { "@react-google-maps/api": "^2.18.1", "@strapi/design-system": "^1.6.3", "@strapi/helper-plugin": "^4.6.0", "@strapi/icons": "^1.6.3", "axios": "^1.4.0", "latlon-geohash": "^2.0.0", "prop-types": "^15.7.2", "react-geolocated": "^4.1.0" }, "devDependencies": { "@strapi/typescript-utils": "^4.6.0", "@types/react": "^18.2.6", "@types/react-dom": "^17.0.18", "@types/react-router-dom": "^5.3.3", "@types/styled-components": "^5.1.26", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.3.4", "semver": "^7.5.4", "typescript": "5.0.4" }, "peerDependencies": { "@strapi/strapi": "^4.0.0" }, "author": { "name": "blesSmePadre" }, "maintainers": [ { "name": "blesSmePadre" } ], "engines": { "node": ">=14.19.1 <=18.x.x", "npm": ">=6.0.0" }, "scripts": { "develop": "tsc -p tsconfig.server.json -w", "build": "tsc -p tsconfig.server.json" }, "publishConfig": { "access": "public" }, "license": "MIT", "files": [ "admin", "dist/server", "deps.d.ts", "package.json", "README.md", "strapi-admin.js", "strapi-server.js", "tsconfig.json", "types.d.ts" ] }