@w3geo/vue-place-search
Version:
Vue3 place search for Austria, using the [BEV Kataster](https://kataster.bev.gv.at/) API.
66 lines (65 loc) • 1.7 kB
JSON
{
"name": "@w3geo/vue-place-search",
"private": false,
"version": "2.1.0",
"type": "module",
"files": [
"dist/"
],
"main": "./dist/vue-place-search.js",
"types": "./dist/src/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/w3geo/vue-place-search.git"
},
"keywords": [
"search",
"places",
"austria",
"vue3",
"vue"
],
"module": "./dist/vue-place-search.js",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/vue-place-search.js"
}
},
"scripts": {
"dev": "npm run watch & vite -c example/vite.config.mjs",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"prepublishOnly": "npm run build",
"watch": "nodemon --watch src -e js,json,mjs,vue --exec 'npm run build'",
"test": "npm run lint && npm run typecheck",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@babel/eslint-parser": "^7.26.8",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/eslint-config-prettier": "^10.1.0",
"eslint": "^9.13.0",
"eslint-config-vuetify": "^2.0.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-vue": "^9.30.0",
"nodemon": "^3.1.7",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^5.2.2",
"vite": "^8.0.2",
"vite-plugin-dts": "^4.5.0",
"vite-plugin-vuetify": "^2.1.0",
"vue-tsc": "^2.2.0"
},
"peerDependencies": {
"@mdi/js": "^7.4.47",
"@types/geojson": "^7946.0.14",
"ol": "*",
"quick-score": "^0.2.0",
"vue": "^3.5.13",
"vuetify": "^3.7.11"
}
}