vue-svg-map
Version:
A set of Vue 3 components to display an interactive SVG map
71 lines (69 loc) • 1.83 kB
JSON
{
"name": "vue-svg-map",
"version": "2.0.0-beta.1",
"description": "A set of Vue 3 components to display an interactive SVG map",
"author": "Victor Cazanave <victor.cazanave@gmail.com>",
"keywords": [
"vue",
"component",
"svg",
"interactive",
"map",
"checkbox",
"radiobutton"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/VictorCazanave/vue-svg-map.git"
},
"bugs": {
"url": "https://github.com/VictorCazanave/vue-svg-map/issues"
},
"homepage": "https://victorcazanave.github.io/vue-svg-map/",
"type": "module",
"files": [
"dist"
],
"main": "./dist/vue-svg-map.umd.cjs",
"module": "./dist/vue-svg-map.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/vue-svg-map.js",
"require": "./dist/vue-svg-map.umd.cjs"
},
"./style.css": "./dist/vue-svg-map.css"
},
"scripts": {
"build": "run-s build-only type-check",
"test": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --declaration src/index.ts --emitDeclarationOnly --declarationDir dist",
"lint": "eslint . --ext .js,.ts,.vue"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.2",
"@types/jest": "^30.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.15.32",
"@vitejs/plugin-vue": "^6.0.0",
"@vitest/eslint-plugin": "^1.2.7",
"@vue/eslint-config-typescript": "^14.5.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.29.0",
"eslint-plugin-vue": "^10.4.0",
"jiti": "^2.4.2",
"jsdom": "^26.1.0",
"npm-run-all2": "^8.0.4",
"typescript": "~5.8.0",
"vite": "^7.0.0",
"vitest": "^3.2.4",
"vue-tsc": "^2.2.10"
}
}