UNPKG

nuxt-mapbox

Version:

Elegant Mapbox GL JS integration with Nuxt

84 lines (83 loc) 2.04 kB
{ "name": "nuxt-mapbox", "version": "1.6.3", "description": "Elegant Mapbox GL JS integration with Nuxt", "author": { "name": "Alex Lavoie", "url": "https://github.com/AlexLavoie42" }, "homepage": "https://github.com/AlexLavoie42/Nuxt-Mapbox", "bugs": { "url": "https://github.com/AlexLavoie42/Nuxt-Mapbox/issues/new" }, "license": "MIT", "type": "module", "exports": { ".": { "import": "./dist/module.mjs", "require": "./dist/module.cjs" } }, "main": "./dist/module.cjs", "types": "./dist/types.d.ts", "files": [ "dist" ], "scripts": { "build": "nuxt-module-build", "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", "docs": "nuxi dev docs", "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags", "lint": "eslint .", "test": "vitest run", "test:watch": "vitest watch" }, "dependencies": { "@mapbox/mapbox-gl-geocoder": "5.1.0-beta.0", "@nuxt/devtools": "^2.3.2", "@nuxt/kit": "^3.16.1", "@types/mapbox__mapbox-gl-geocoder": "^5.0.0", "@vueuse/core": "^13.0.0", "defu": "^6.1.4", "mapbox-gl": "^3.10.0", "vue": "^3.5.13" }, "devDependencies": { "@nuxt/eslint-config": "^1.3.0", "@nuxt/module-builder": "^0.8.4", "@nuxt/schema": "^3.16.1", "@nuxt/test-utils": "^3.17.2", "@types/mapbox-gl": "^3.4.1", "changelogen": "^0.6.1", "eslint": "^9.23.0", "nuxt": "^3.16.1", "playwright": "^1.51.1", "typescript": "^5.8.2", "vitest": "^3.1.1" }, "keywords": [ "mapbox", "mapbox gl js", "mapbox gl", "map", "nuxt", "nuxt3", "nuxt 3", "vue", "vue 3", "mapbox nuxt 3", "mapbox nuxt", "mapbox vue", "mapbox vue 3", "geocode", "geocoder", "geocoding", "geolocate", "geolocater", "geolocating", "GIS", "geojson" ] }