{ "name": "react-kakao-maps-sdk", "version": "1.1.6", "description": "React components for using kakao map api", "license": "MIT", "author": { "name": "JaeSeoKim", "email": "devjaeseo@gmail.com", "url": "https://about.jaeseokim.dev/" }, "repository": { "type": "git", "url": "https://github.com/JaeSeoKim/react-kakao-maps-sdk.git" }, "homepage": "https://react-kakao-maps-sdk.jaeseokim.dev/", "bugs": { "url": "https://github.com/JaeSeoKim/react-kakao-maps-sdk/issues" }, "keywords": [ "react", "kakao-maps", "daum-map", "daum-maps", "kakaomap", "kakao-maps", "kakao-maps-sdk" ], "type": "module", "source": "./src/index.ts", "types": "./lib/@types/index.d.ts", "exports": "./lib/index.modern.js", "main": "./lib/index.cjs", "module": "./lib/index.module.js", "unpkg": "./lib/index.umd.js", "scripts": { "build": "microbundle --jsx React.createElement --jsxFragment React.Fragment", "dev": "npm run build -- watch", "style": "run-s style:*", "style:lint": "eslint .", "style:prettier": "prettier '**/*.{js,jsx,ts,tsx}' --write", "prepare": "husky install", "preversion": "HUSKY=0" }, "dependencies": { "kakao.maps.d.ts": "^0.1.33" }, "peerDependencies": { "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "devDependencies": { "@types/node": "^18.7.21", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@typescript-eslint/eslint-plugin": "^5.38.0", "@typescript-eslint/parser": "^5.38.0", "babel-eslint": "^10.1.0", "eslint": "^8.24.0", "eslint-config-prettier": "^8.5.0", "eslint-config-react-app": "^7.0.1", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^4.6.0", "gitmoji-cli": "^6.2.0", "husky": "^8.0.1", "lint-staged": "^13.0.3", "microbundle": "^0.15.1", "npm-run-all": "^4.1.5", "prettier": "2.7.1", "typescript": "^4.8.3" }, "files": [ "/lib" ], "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "lint-staged": { "*.{js,jsx,ts,tsx}": "eslint --cache --fix", "*.{js,jsx,ts,tsx,json,html,css}": "prettier --write" } }