@mint-ui/map
Version:
- React map library - Control various map with one interface - Google, Naver, Kakao map supported now - Typescript supported - Canvas marker supported
78 lines (77 loc) • 2.57 kB
JSON
{
"name": "@mint-ui/map",
"version": "1.1.2",
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"browser": "./dist/index.umd.js",
"types": "./dist/index.d.ts",
"repository": "https://github.com/dev-rsquare/mint-ui-map",
"author": "RSQUARE",
"keywords": ["react", "react map", "map", "google", "naver", "kakao", "library", "typescript", "canvas", "marker"],
"license": "MIT",
"private": false,
"devDependencies": {
"@babel/core": "^7.18.2",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@storybook/addon-actions": "^6.5.7",
"@storybook/addon-essentials": "^6.5.7",
"@storybook/addon-interactions": "^6.5.7",
"@storybook/addon-links": "^6.5.7",
"@storybook/builder-webpack5": "^6.5.7",
"@storybook/manager-webpack5": "^6.5.7",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.7",
"@storybook/testing-library": "^0.0.11",
"@types/classnames": "^2.3.1",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.9",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"babel-loader": "^8.2.5",
"babel-plugin-react-icons": "^0.1.1",
"css-loader": "^6.7.1",
"eslint": "^8.17.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-storybook": "^0.5.12",
"postcss": "^8.4.14",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rollup": "^2.75.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.52.2",
"sass-loader": "^13.0.0",
"shx": "^0.3.4",
"style-loader": "^3.3.1",
"typescript": "^4.7.3"
},
"dependencies": {
"@types/google.maps": "^3.50.5",
"@types/navermaps": "^3.6.1",
"@types/kakaomaps": "1.1.2",
"@mint-ui/tools":"1.0.3",
"axios": "^1.2.0",
"classnames": "^2.3.1",
"style-inject": "^0.3.0",
"uuid": "^9.0.0",
"xml-js": "^1.6.11"
},
"scripts": {
"storybook": "start-storybook -p 3000",
"build-storybook": "build-storybook",
"prebuild": "shx rm -rf ./dist",
"build": "rollup -c",
"postbuild": "shx rm -rf ./dist/dist"
}
}