react-dom-maps
Version:
A React library for integrating Google Maps with customizable components and markers.
109 lines (108 loc) • 3.08 kB
JSON
{
"name": "react-dom-maps",
"version": "0.1.1",
"description": "A React library for integrating Google Maps with customizable components and markers.",
"keywords": [
"google",
"map",
"google-map",
"google map",
"marker",
"markers",
"googlemaps",
"react",
"reactjs",
"react-google-maps",
"react-component"
],
"homepage": "https://rankangkang.github.io/react-dom-maps/",
"bugs": {
"url": "https://github.com/rankangkang/react-dom-maps/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/rankangkang/react-dom-maps.git"
},
"license": "MIT",
"author": "rankangkang <rankangkang@foxmail.com>",
"type": "module",
"exports": {
"import": "./dist/index.es.js",
"types": "./dist/index.d.ts"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "vite build -c vite.lib.config.ts",
"build:babel": "babel ./src -d ./lib --extensions \".ts,.tsx\"",
"build:types": "tsc",
"bump": "bumpp",
"lint": "eslint --fix",
"prepare": "husky && husky install",
"prettier": "prettier . --write",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"storybook:deploy": "gh-pages -d storybook-static --branch gh-pages -m 'manual deployed'"
},
"lint-staged": {
"**/*.{js,ts,jsx,tsx}": [
"eslint --fix",
"prettier --write -u"
],
"!**/*.{js,ts,jsx,tsx}": "prettier --write -u"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.6"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@cmkk/commitlint-config": "^0.1.2",
"@cmkk/eslint-config": "^0.1.2",
"@cmkk/prettier-config": "^0.1.2",
"@commitlint/cli": "^19.0.0",
"@storybook/addon-docs": "^8.6.4",
"@storybook/addon-essentials": "^8.6.4",
"@storybook/addon-interactions": "^8.6.4",
"@storybook/addon-themes": "^8.6.6",
"@storybook/addons": "^7.6.17",
"@storybook/blocks": "^8.6.4",
"@storybook/manager-api": "^8.6.6",
"@storybook/react": "^8.6.4",
"@storybook/react-vite": "^8.6.4",
"@storybook/test": "^8.6.4",
"@storybook/theming": "^8.6.6",
"@tailwindcss/vite": "^4.0.13",
"@types/google.maps": "^3.55.10",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/supercluster": "^7.1.3",
"bumpp": "^10.1.0",
"eslint": "^8",
"eslint-plugin-storybook": "^0.11.4",
"gh-pages": "^6.3.0",
"husky": "^9.1",
"lint-staged": "^14.0.1",
"lodash": "^4.17.21",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.6.4",
"supercluster": "^8.0.1",
"tailwindcss": "^4.0.13",
"typescript": "^5.5.2",
"use-deep-compare-effect": "^1.8.1",
"vite": "^6.1.0",
"vite-plugin-dts": "^4.5.0"
},
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
}
}