UNPKG

@geoapify/react-geocoder-autocomplete

Version:

React component for the Geoapify Geocoder Autocomplete field

90 lines (89 loc) 2.51 kB
{ "name": "@geoapify/react-geocoder-autocomplete", "version": "3.0.0", "description": "React component for the Geoapify Geocoder Autocomplete field", "author": { "name": "Geoapify GmbH", "email": "info@geoapify.com", "url": "https://geoapify.com" }, "keywords": [ "react", "reactjs", "geoapify", "geocoding", "address", "autocomplete", "search", "city", "country", "state", "amenity", "location" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://git@github.com/geoapify/react-geocoder-autocomplete.git" }, "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", "engines": { "node": ">=10" }, "scripts": { "build": "microbundle-crl --no-compress --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs", "prepublish": "run-s build", "test": "run-s test:unit test:lint test:build", "test:build": "run-s build", "test:lint": "eslint .", "test:unit": "cross-env CI=1 jest --env=jsdom", "test:watch": "jest --watch --env=jsdom", "predeploy": "cd example && npm install && npm run build", "deploy": "gh-pages -d example/build" }, "peerDependencies": { "@geoapify/geocoder-autocomplete": "^3.0.1", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@babel/eslint-parser": "^7.28.0", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.33.0", "@geoapify/geocoder-autocomplete": "^3.0.1", "@types/jest": "^30.0.0", "@types/react": "^19.1.10", "@typescript-eslint/eslint-plugin": "^8.39.1", "@typescript-eslint/parser": "^8.39.1", "ajv": "^8.17.1", "cross-env": "^10.0.0", "eslint": "^9.33.0", "gh-pages": "^6.3.0", "globals": "^16.3.0", "microbundle-crl": "^0.13.11", "npm-run-all": "^4.1.5", "postcss": "^8.5.6", "postcss-flexbugs-fixes": "^5.0.2", "postcss-normalize": "^13.0.1", "postcss-preset-env": "^10.2.4", "prettier": "^3.6.2", "react": "^19.1.1", "react-dom": "^19.1.1", "typescript": "^5.9.2", "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.26.0", "@babel/preset-typescript": "^7.26.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "babel-jest": "^29.7.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "identity-obj-proxy": "^3.0.0" }, "files": [ "dist" ] }