UNPKG

vue-yandex-maps

Version:
110 lines (109 loc) 2.55 kB
{ "name": "vue-yandex-maps", "version": "2.1.9", "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-types": ">=1.0.16530300" }, "devDependencies": { "@nuxt/kit": "^3.17.4", "@nuxt/types": "^2.18.1", "@vitejs/plugin-vue": "^5.2.4", "deep-object-diff": "^1.1.9", "nuxt": "^3.17.4", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-delete": "^3.0.1", "typescript": "5.8.3", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4", "vite-plugin-lib-inject-css": "^2.2.2", "vue": "^3.5.14", "vue-tsc": "2.2.10" }, "peerDependencies": { "@vue/composition-api": ">=1", "nuxt": "^2.16 || ^3", "vue": "^2.7 || ^3.3" }, "peerDependenciesMeta": { "@vue/composition-api": { "optional": true }, "nuxt": { "optional": true } }, "web-types": "web-types.json" }