UNPKG

@h4wldev/react-naver-maps

Version:

React Navermaps API integration for modern development.

80 lines (79 loc) 2.08 kB
{ "name": "@h4wldev/react-naver-maps", "version": "0.1.7", "description": "React Navermaps API integration for modern development.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "publishConfig": { "access": "public" }, "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": "yarn build", "lint": "eslint src", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/h4wldev/react-naver-maps.git" }, "keywords": [ "react", "naver", "map", "navermaps", "navermap" ], "author": "zeakd <artydeveloperduck@gmail.com>", "license": "MIT", "dependencies": { "camelcase": "^5.3.1", "load-script": "^2.0.0", "lodash.isempty": "^4.4.0", "lodash.mapkeys": "^4.6.0", "lodash.omit": "^4.5.0", "lodash.pick": "^4.4.0", "lodash.upperfirst": "^4.3.1", "prop-types": "^15.7.2", "react-use": "^17.3.1", "suspend-react": "^0.0.8" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, "devDependencies": { "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.4", "@testing-library/react": "^13.4.0", "@types/jest": "^29.2.0", "@types/lodash.isempty": "^4.4.6", "@types/lodash.mapkeys": "^4.6.7", "@types/lodash.omit": "^4.5.7", "@types/lodash.pick": "^4.4.6", "@types/lodash.upperfirst": "^4.3.7", "@types/navermaps": "^3.0.13", "@types/react": "^18", "jest": "^29.2.0", "jest-environment-jsdom": "^29.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "trash-cli": "^4.0.0", "ts-jest": "^29.0.3", "tslib": "^2.4.0", "tsup": "^6.3.0", "typescript": "^4.8.4" }, "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" }