UNPKG

ymap3-components

Version:

React yamps3 wrapper. Get ymaps3 components via import.

54 lines (53 loc) 1.23 kB
{ "name": "ymap3-components", "version": "1.2.3", "description": "React yamps3 wrapper. Get ymaps3 components via import.", "main": "dist/index.umd.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "vite build && tsc" }, "keywords": [ "ymaps3", "react-ymaps3", "ymap3", "ymap", "ymaps3-wrapper", "react-yandex-maps", "yandex-maps", "ymaps", "ymaps3", "ymaps3-components", "yandex-map" ], "author": "https://github.com/fede4ka1245", "repository": { "type": "git", "url": "git+https://github.com/fede4ka1245/ymap3-components.git" }, "bugs": { "url": "https://github.com/fede4ka1245/ymap3-components.git/issues" }, "license": "ISC", "devDependencies": { "@types/react": "^18.2.45", "@types/react-dom": "^18.2.19", "@yandex/ymaps3-types": "^0.0.21", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^4.9.1", "typescript": "^5.3.3", "vite": "^5.0.10" }, "peerDependencies": { "react": "^18.2.0 || ^19.0.0", "react-dom": "^18.2.0 || ^19.0.0" }, "publishConfig": { "@fede4ka1245:registry": "https://npm.pkg.github.com" } }