{ "name": "maps", "version": "0.2.1", "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": "^16.0.0", "npm": "^7.0.0 || ^8.0.0" }, "dependencies": { "@fortawesome/fontawesome-free": "^6.2.0", "@nextcloud/auth": "^2.0.0", "@nextcloud/axios": "^2.0.0", "@nextcloud/dialogs": "^3.2.0", "@nextcloud/event-bus": "^3.0.2", "@nextcloud/l10n": "^1.6.0", "@nextcloud/moment": "^1.2.1", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.0.0", "@nextcloud/vue": "^5.4.0", "@raruto/leaflet-elevation": "^1.7.0", "axios": "^0.27.2", "geojson": "^0.5.0", "leaflet": "^1.5.1", "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.locatecontrol": "^0.76.1", "lrm-graphhopper": "^1.3.0", "mapbox-gl": "^2.4.1", "mapbox-gl-leaflet": "^0.0.15", "nouislider": "^14.0.2", "opening_hours": "^3.8.0", "ua-parser-js": "^1.0.2", "vue": "^2.6.14", "vue-click-outside": "^1.1.0", "vue-clipboard2": "^0.3.1", "vue-types": "^4.2.1", "vue2-leaflet": "^2.6.0", "vue2-leaflet-markercluster": "^3.1.0", "vuex": "^3.6.2" }, "devDependencies": { "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^2.3.0", "@nextcloud/eslint-config": "^8.0.0", "@nextcloud/stylelint-config": "^2.2.0", "@nextcloud/webpack-vue-config": "^5.1.0", "@types/leaflet": "^1.5.4" } }