UNPKG

@naver-maps/react

Version:
67 lines (66 loc) 1.53 kB
{ "name": "@naver-maps/react", "description": "NaverMaps Component For React or Next", "version": "1.0.0", "license": "MIT", "sideEffects": false, "type": "module", "main": "./dist/index.umd.cjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.umd.cjs" } }, "scripts": { "lint": "eslint -c .eslintrc.json 'src/**/*.{js,jsx,ts,tsx}'", "lint:fix": "yarn lint --fix", "build": "vite build -c ./vite.config.ts", "dev": "vite ./playground" }, "repository": { "type": "git", "url": "https://github.com/Dongkyuuuu/naver-maps/tree/main/apps/react" }, "author": { "name": "Dongkyuuuu", "email": "dongkyu.me@gmail.com" }, "bug": { "url": "https://github.com/Dongkyuuuu/naver-maps/issues", "email": "dongkyu.me@gmail.com" }, "keywords": [ "react", "react-map", "react-naver-maps", "react-maps" ], "publishConfig": { "access": "public" }, "peerDependencies": { "react": "^18" }, "devDependencies": { "@types/navermaps": "*", "@types/node": "^18.18.2", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@vitejs/plugin-react": "^4.1.0", "eslint": "^8.50.0", "react": "^18.2.0", "react-dom": "^18.2.0", "tsconfig": "*", "types": "*", "typescript": "*", "utils": "*", "vite": "^4.4.9", "vite-plugin-dts": "^3.6.0", "vite-tsconfig-paths": "^4.2.1" } }