UNPKG

@amicaldo/strapi-google-maps

Version:

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

104 lines (103 loc) 2.8 kB
{ "name": "@amicaldo/strapi-google-maps", "version": "2.0.2", "description": "A Google Maps custom field for Strapi, allowing you to pick a location.", "type": "commonjs", "repository": { "type": "git", "url": "https://github.com/amicaldo/strapi-google-maps.git" }, "bugs": { "url": "https://github.com/amicaldo/strapi-google-maps/issues" }, "homepage": "https://github.com/amicaldo/strapi-google-maps", "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.20.6", "@strapi/design-system": "^2.0.0-rc.23", "@strapi/icons": "^2.0.0-rc.23", "axios": "^1.9.0", "latlon-geohash": "^2.0.0", "prop-types": "^15.7.2", "react-geolocated": "^4.3.0", "react-intl": "^7.1.11" }, "devDependencies": { "@strapi/sdk-plugin": "^5.3.2", "@strapi/strapi": "^5.12.5", "@strapi/typescript-utils": "^5.12.5", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "prettier": "^3.5.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.30.0", "styled-components": "^6.1.18", "typescript": "^5.8.3" }, "peerDependencies": { "@strapi/sdk-plugin": "^5.3.2", "@strapi/strapi": "^5.12.5", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.30.0", "styled-components": "^6.1.17" }, "author": { "name": "amicaldo GmbH" }, "maintainers": [ { "name": "amicaldo GmbH" } ], "engines": { "node": ">=18.0.0 <=22.x.x", "npm": ">=6.0.0" }, "scripts": { "build": "strapi-plugin build", "watch": "strapi-plugin watch", "watch:link": "strapi-plugin watch:link", "verify": "strapi-plugin verify", "test:ts:front": "run -T tsc -p admin/tsconfig.json", "test:ts:back": "run -T tsc -p server/tsconfig.json" }, "publishConfig": { "access": "public" }, "license": "MIT", "files": [ "dist" ], "exports": { "./package.json": "./package.json", "./strapi-admin": { "types": "./dist/admin/src/index.d.ts", "source": "./admin/src/index.ts", "import": "./dist/admin/index.mjs", "require": "./dist/admin/index.js", "default": "./dist/admin/index.js" }, "./strapi-server": { "types": "./dist/server/src/index.d.ts", "source": "./server/src/index.ts", "import": "./dist/server/index.mjs", "require": "./dist/server/index.js", "default": "./dist/server/index.js" } } }