UNPKG

react-kakao-maps-sdk

Version:
94 lines 2.76 kB
{ "name": "react-kakao-maps-sdk", "version": "1.2.1", "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", "use-sync-external-store": "^1.6.0" }, "devDependencies": { "@jest/globals": "^30.2.0", "@playwright/test": "^1.37.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@types/jest": "^30.0.0", "@types/node": "^20.13.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@types/use-sync-external-store": "^1.5.0", "kakao.maps.d.ts": "^0.1.40", "eslint": "^8.48.0", "jest": "^30.2.0", "jest-environment-jsdom": "^30.2.0", "react": "^19.2.4", "react-dom": "^19.2.4", "rimraf": "^5.0.1", "rollup": "^3.29.0", "ts-jest": "^29.4.6", "typescript": "^5.2.2", "@configs/rollup": "1.0.0", "@configs/eslint-config": "^1.0.0", "@configs/babel": "1.0.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "kakao.maps.d.ts": "^0.1.40" }, "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", "test:unit": "jest -c jest.config.cjs", "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" }