@r2don/react-naver-map
Version:
## Introduction
67 lines (66 loc) • 1.58 kB
JSON
{
"name": "@r2don/react-naver-map",
"version": "0.0.21",
"author": {
"name": "r2don",
"email": "leejj2002@naver.com"
},
"main": "dist/index.cjs.js",
"types": "types/index.d.ts",
"module": "dist/index.es.js",
"repository": {
"type": "git",
"url": "https://github.com/r2don/react-naver-map"
},
"bugs": {
"url": "https://github.com/r2don/react-naver-map/issues"
},
"license": "MIT",
"keywords": [
"react",
"naver",
"map",
"naver-map",
"react-naver-map"
],
"files": [
"dist/",
"types/"
],
"scripts": {
"dev": "vite",
"build": "tsc --emitDeclarationOnly && vite build",
"test": "vitest",
"test:watch": "vitest --watch",
"lint": "eslint .",
"type-check": "tsc --pretty --noEmit",
"clean": "rm -rf dist node_modules types"
},
"dependencies": {
"uuid": "^8.3.2"
},
"devDependencies": {
"@testing-library/react": "^12.1.5",
"@types/uuid": "^8.3.4",
"@types/navermaps": "^3.0.16",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom": "^20.0.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"vite": "^2.9.12",
"vitest": "^0.16.0",
"react": ">=16.8",
"react-dom": ">=16.8"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8",
"@types/navermaps": ">=3.0.16"
}
}