UNPKG

vue-yandex-maps

Version:
130 lines (129 loc) 3.39 kB
{ "name": "vue-yandex-maps", "version": "2.2.5", "description": "Yandex Maps 3.0 components library for VueJS.", "main": "./dist/vue-yandex-maps.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/vue-yandex-maps.js" }, "./nuxt": { "types": "./dist/plugins/nuxt3-module.d.ts", "default": "./dist/plugins/nuxt3-module.js" }, "./nuxt2": { "types": "./dist/plugins/nuxt2-module.d.ts", "default": "./dist/plugins/nuxt2-module.js" }, "./css": "./dist/vue-yandex-maps.css", "./package.json": "./package.json" }, "typesVersions": { "*": { "nuxt": [ "./dist/plugins/nuxt3-module.d.ts" ], "nuxt2": [ "./dist/plugins/nuxt2-module.d.ts" ] } }, "scripts": { "build": "yarn build:package-only", "build:package-only": "vue-tsc --noEmit && vite build", "npm:publish": "npm publish" }, "files": [ "README.md", "LICENSE", "package.json", "dist" ], "engines": { "node": ">=18" }, "type": "module", "homepage": "https://yandex-maps-unofficial.github.io/vue-yandex-maps/", "bugs": { "url": "https://github.com/yandex-maps-unofficial/vue-yandex-maps/issues" }, "repository": { "type": "git", "url": "https://github.com/yandex-maps-unofficial/vue-yandex-maps" }, "keywords": [ "яндекс карты", "яндекс-карты", "yandex maps", "yandex-maps", "yandex", "maps", "vue", "nuxt" ], "author": { "name": "Danila Rodichkin", "email": "daniluk4000@outlook.com" }, "contributors": [ { "name": "pnkbizz", "email": "bizz.gc@gmail.com" } ], "license": "MIT", "dependencies": { "@yandex/ymaps3-context-menu": ">=0.0.2", "@yandex/ymaps3-default-ui-theme": ">=0.0.21", "@yandex/ymaps3-drawer-control": ">=0.0.2", "@yandex/ymaps3-minimap": ">=0.0.4", "@yandex/ymaps3-resizer": ">=0.0.2", "@yandex/ymaps3-signpost": ">=0.0.2", "@yandex/ymaps3-spinner": ">=0.0.2", "@yandex/ymaps3-types": ">=1.0.18043255", "@yandex/ymaps3-world-utils": ">=0.0.18043255" }, "devDependencies": { "@nuxt/kit": "^3.20.1", "@nuxt/types": "^2.18.1", "@vitejs/plugin-vue": "^6.0.2", "deep-object-diff": "^1.1.9", "nuxt": "^3.20.1", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-delete": "^3.0.1", "typescript": "5.9.3", "vite": "^7.2.4", "vite-plugin-dts": "^4.5.4", "vite-plugin-lib-inject-css": "^2.2.2", "vue": "^3.5.25", "vue-tsc": "3.1.5" }, "peerDependencies": { "@vue/composition-api": ">=1", "@yandex/ymaps3-context-menu": ">=0.0.2", "@yandex/ymaps3-default-ui-theme": ">=0.0.21", "@yandex/ymaps3-drawer-control": ">=0.0.2", "@yandex/ymaps3-minimap": ">=0.0.4", "@yandex/ymaps3-resizer": ">=0.0.2", "@yandex/ymaps3-signpost": ">=0.0.2", "@yandex/ymaps3-spinner": ">=0.0.2", "@yandex/ymaps3-types": ">=1.0.18043255", "@yandex/ymaps3-world-utils": ">=0.0.18043255", "nuxt": ">=2.16 || >=3", "vue": ">=2.7 || >=3.3" }, "peerDependenciesMeta": { "@vue/composition-api": { "optional": true }, "nuxt": { "optional": true } }, "installConfig": { "hoistingLimits": "workspaces" }, "web-types": "web-types.json" }