bandsintown-gig-map
Version:
A vue3 component for integrating a map which is showing all your bandsintown gigs.
74 lines (73 loc) • 1.65 kB
JSON
{
"name": "bandsintown-gig-map",
"version": "0.0.4",
"private": false,
"author": {
"name": "Oliver Borner",
"email": "oliverborner@gmail.com"
},
"repository": {
"type": "git",
"URL": "https://github.com/oliverborner/bandsintown-gig-map"
},
"keywords": [
"front-end",
"web",
"vue",
"vuejs",
"vue-js",
"bandsintown",
"vue3",
"map",
"leaflet",
"bandsintown-gig-map",
"gig-map",
"live-gigs"
],
"license": "MIT",
"main": "./dist/plugin.cjs.js",
"module": "./dist/plugin.es.js",
"files": [
"dist/",
"dist/BandsinTownMapPlugin.d.ts"
],
"exports": {
".": {
"import": "./dist/plugin.es.js",
"require": "./dist/plugin.cjs.js",
"types": "./dist/BandsinTownMapPlugin.d.ts"
},
"./style.css": "./dist/bandsintown-gig-map.css"
},
"browser": {
".": "./dist/plugin.es.js"
},
"types": "./dist/BandsinTownMapPlugin.d.ts",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build"
},
"dependencies": {
"leaflet": "^1.9.4",
"rollup-plugin-typescript2": "^0.36.0",
"vue": "^3.5.13"
},
"peerDependencies": {
"leaflet": "^1.9.4"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/leaflet": "^1.9.16",
"@types/node": "^22.13.4",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"npm-run-all2": "^7.0.2",
"typescript": "~5.7.3",
"vite": "^6.1.0",
"vite-plugin-vue-devtools": "^7.7.2",
"vue-tsc": "^2.2.2"
}
}