UNPKG

react-kakao-maps-sdk

Version:
83 lines 2.29 kB
{ "name": "react-kakao-maps-sdk", "version": "1.2.0", "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", "directory": "packages/react-kakao-maps-sdk" }, "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" ], "sideEffects": false, "main": "./dist/index.cjs", "type": "module", "exports": { ".": { "import": "./esm/index.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" }, "./package.json": "./package.json" }, "files": [ "dist", "esm" ], "dependencies": { "@babel/runtime": "^7.22.15", "kakao.maps.d.ts": "^0.1.39" }, "devDependencies": { "@playwright/test": "^1.37.1", "@types/node": "^20.13.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "eslint": "^8.48.0", "react": "^18.3.1", "react-dom": "^18.3.1", "rimraf": "^5.0.1", "rollup": "^3.29.0", "typescript": "^5.2.2", "@configs/babel": "1.0.0", "@configs/eslint-config": "^1.0.0", "@configs/rollup": "1.0.0" }, "peerDependencies": { "react": ">=16.8", "react-dom": ">=16.8" }, "scripts": { "clean": "rimraf dist/ esm/", "build": "pnpm clean && pnpm lint && pnpm run \"/^build:(?!analyze).*/\"", "build:analyze": "rollup --config --configAnalyze", "build:js": "rollup -c", "build:type": "tsc -p tsconfig.build.json", "test": "pnpm exec playwright test", "test:update": "pnpm exec playwright test -u", "watch": "pnpm run \"/^watch:.*/\"", "watch:js": "rollup -c -w", "watch:type": "tsc -p tsconfig.build.json --watch", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "typecheck": "tsc --noEmit --emitDeclarationOnly false" }, "module": "./esm/index.js", "types": "./dist/index.d.ts" }