mirror of
https://github.com/nextcloud/maps.git
synced 2025-07-20 16:47:37 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.22.0 to 8.26.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.22.0...v8.26.0) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-version: 8.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
88 lines
2.7 KiB
JSON
88 lines
2.7 KiB
JSON
{
|
|
"name": "maps",
|
|
"version": "1.6.0",
|
|
"description": "Maps app",
|
|
"main": "main.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development npx webpack --progress --config webpack.js",
|
|
"watch": "NODE_ENV=development npx webpack --progress --watch --config webpack.js",
|
|
"build": "NODE_ENV=production npx webpack --progress --config webpack.js",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
|
"stylelint": "stylelint **/*.css **/*.scss **/*.vue",
|
|
"stylelint:fix": "stylelint **/*.css **/*.scss **/*.vue --fix"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nextcloud/maps.git"
|
|
},
|
|
"keywords": [
|
|
"maps"
|
|
],
|
|
"author": "Vinzenz Rosenkranz",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/nextcloud/maps/issues"
|
|
},
|
|
"homepage": "https://github.com/nextcloud/maps",
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": "^20.0.0",
|
|
"npm": "^10.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
"@maplibre/maplibre-gl-leaflet": "^0.0.22",
|
|
"@nextcloud/auth": "^2.4.0",
|
|
"@nextcloud/axios": "^2.5.1",
|
|
"@nextcloud/dialogs": "^5.3.1",
|
|
"@nextcloud/event-bus": "^3.3.1",
|
|
"@nextcloud/l10n": "^3.1.0",
|
|
"@nextcloud/moment": "^1.3.2",
|
|
"@nextcloud/paths": "^2.1.0",
|
|
"@nextcloud/router": "^3.0.1",
|
|
"@nextcloud/sharing": "^0.2.4",
|
|
"@nextcloud/vue": "^8.26.0",
|
|
"@raruto/leaflet-elevation": "^1.7.0",
|
|
"axios": "^1.8.4",
|
|
"geojson": "^0.5.0",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet-contextmenu": "^1.4.0",
|
|
"leaflet-control-geocoder": "2.4.0",
|
|
"leaflet-easybutton": "^2.4.0",
|
|
"leaflet-mouse-position": "^1.0.4",
|
|
"leaflet-routing-machine": "^3.2.12",
|
|
"leaflet.featuregroup.subgroup": "^1.0.2",
|
|
"leaflet.heat": "^0.2.0",
|
|
"leaflet.locatecontrol": "^0.83.0",
|
|
"leaflet.markercluster": "^1.5.3",
|
|
"lrm-graphhopper": "^1.3.0",
|
|
"mapbox-gl": "^3.4.0",
|
|
"mapbox-gl-leaflet": "^0.0.16",
|
|
"maplibre-gl": "^3.6.2",
|
|
"nouislider": "^15.8.1",
|
|
"opening_hours": "^3.8.0",
|
|
"ua-parser-js": "^2.0.0",
|
|
"vue": "^2.7.16",
|
|
"vue-click-outside": "^1.1.0",
|
|
"vue-material-design-icons": "^5.3.0",
|
|
"vue-types": "^5.1.3",
|
|
"vue2-leaflet": "^2.6.0",
|
|
"vue2-leaflet-markercluster": "^3.1.0",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcloud/babel-config": "^1.1.1",
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
|
"@nextcloud/eslint-config": "^8.4.1",
|
|
"@nextcloud/stylelint-config": "^3.0.1",
|
|
"@nextcloud/webpack-vue-config": "^6.0.1",
|
|
"@types/leaflet": "^1.9.15"
|
|
}
|
|
}
|