UNPKG

@davedev42/react-naver-maps

Version:

React Navermaps API integration for modern development.

78 lines (77 loc) 2.06 kB
{ "name": "@davedev42/react-naver-maps", "version": "0.1.3-modern-react19-0.0.2", "description": "React Navermaps API integration for modern development.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "module": "./dist/index.mjs", "require": "./dist/index.js", "default": "./dist/index.js" } }, "scripts": { "dev": "tsup --watch", "build": "tsup --clean", "prepack": "pnpm build", "lint": "eslint src", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/zeakd/react-naver-maps.git" }, "keywords": [ "react", "naver", "map", "navermaps", "navermap" ], "author": "zeakd <artydeveloperduck@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/zeakd/react-naver-maps/issues" }, "homepage": "https://zeakd.github.io/react-naver-maps", "dependencies": { "camelcase": "^8.0.0", "load-script": "^2.0.0", "lodash.isempty": "^4.4.0", "lodash.mapkeys": "^4.6.0", "lodash.omit": "^4.5.0", "lodash.upperfirst": "^4.3.1", "prop-types": "^15.8.1", "react-use": "^17.6.0", "suspend-react": "^0.1.3" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@babel/core": "^7.26.10", "@babel/preset-env": "^7.26.9", "@testing-library/react": "^16.3.0", "@types/jest": "^29.5.14", "@types/lodash.isempty": "^4.4.9", "@types/lodash.mapkeys": "^4.6.9", "@types/lodash.omit": "^4.5.9", "@types/lodash.upperfirst": "^4.3.9", "@types/navermaps": "^3.7.9", "@types/react": "^19", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react": "^19.1.0", "react-dom": "^19.1.0", "trash-cli": "^6.0.0", "ts-jest": "^29.3.2", "tslib": "^2.8.1", "tsup": "^8.4.0", "typescript": "^5.8.3" } }