UNPKG

react-naver-maps

Version:

React Navermaps API integration for modern development.

78 lines 2.04 kB
{ "name": "react-naver-maps", "version": "0.1.4", "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" } }, "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": "^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" }, "scripts": { "dev": "tsup --watch", "build": "tsup --clean", "lint": "eslint src", "test": "jest" } }