2017-08-23 14:51:37 +03:00
|
|
|
{
|
2022-08-07 10:37:47 +03:00
|
|
|
"name": "maps",
|
2024-04-21 22:14:07 +03:00
|
|
|
"version": "1.4.0",
|
2022-08-07 10:37:47 +03:00
|
|
|
"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": {
|
2023-06-21 13:01:57 +03:00
|
|
|
"node": "^20.0.0",
|
2024-01-16 16:16:07 +03:00
|
|
|
"npm": "^10.0.0"
|
2022-08-07 10:37:47 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-04-06 04:31:29 +03:00
|
|
|
"@fortawesome/fontawesome-free": "^6.5.2",
|
2023-10-07 04:21:29 +03:00
|
|
|
"@maplibre/maplibre-gl-leaflet": "^0.0.20",
|
2024-04-27 15:51:08 +03:00
|
|
|
"@nextcloud/auth": "^2.3.0",
|
2024-05-05 18:03:28 +03:00
|
|
|
"@nextcloud/axios": "^2.5.0",
|
2024-04-20 04:48:29 +03:00
|
|
|
"@nextcloud/dialogs": "^5.3.1",
|
2024-05-18 22:46:28 +03:00
|
|
|
"@nextcloud/event-bus": "^3.3.0",
|
2024-05-11 04:04:16 +03:00
|
|
|
"@nextcloud/l10n": "^3.1.0",
|
2024-01-13 05:17:43 +03:00
|
|
|
"@nextcloud/moment": "^1.3.1",
|
2022-08-07 10:37:47 +03:00
|
|
|
"@nextcloud/paths": "^2.1.0",
|
2024-05-03 10:13:59 +03:00
|
|
|
"@nextcloud/router": "^3.0.1",
|
2022-08-07 10:37:47 +03:00
|
|
|
"@nextcloud/sharing": "^0.1.0",
|
2024-09-14 05:27:52 +03:00
|
|
|
"@nextcloud/vue": "^8.18.0",
|
2022-08-07 10:37:47 +03:00
|
|
|
"@raruto/leaflet-elevation": "^1.7.0",
|
2024-03-16 06:46:36 +03:00
|
|
|
"axios": "^1.6.8",
|
2022-08-07 10:37:47 +03:00
|
|
|
"geojson": "^0.5.0",
|
2023-10-06 07:23:57 +03:00
|
|
|
"leaflet": "^1.9.4",
|
2022-08-07 10:37:47 +03:00
|
|
|
"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",
|
2023-02-13 00:03:30 +03:00
|
|
|
"leaflet.heat": "^0.2.0",
|
2024-04-14 14:04:53 +03:00
|
|
|
"leaflet.locatecontrol": "^0.81.0",
|
2023-01-01 23:13:56 +03:00
|
|
|
"leaflet.markercluster": "^1.5.3",
|
2022-08-07 10:37:47 +03:00
|
|
|
"lrm-graphhopper": "^1.3.0",
|
2024-05-25 04:32:00 +03:00
|
|
|
"mapbox-gl": "^3.4.0",
|
2023-06-10 06:28:29 +03:00
|
|
|
"mapbox-gl-leaflet": "^0.0.16",
|
2023-11-25 05:40:33 +03:00
|
|
|
"maplibre-gl": "^3.6.2",
|
2024-06-15 04:59:12 +03:00
|
|
|
"nouislider": "^15.8.0",
|
2022-08-07 10:37:47 +03:00
|
|
|
"opening_hours": "^3.8.0",
|
2023-10-28 04:54:08 +03:00
|
|
|
"ua-parser-js": "^1.0.37",
|
2023-12-30 06:10:22 +03:00
|
|
|
"vue": "^2.7.16",
|
2022-08-07 10:37:47 +03:00
|
|
|
"vue-click-outside": "^1.1.0",
|
2024-02-03 13:56:16 +03:00
|
|
|
"vue-material-design-icons": "^5.3.0",
|
2024-05-05 18:03:25 +03:00
|
|
|
"vue-types": "^5.1.2",
|
2022-08-07 10:37:47 +03:00
|
|
|
"vue2-leaflet": "^2.6.0",
|
|
|
|
"vue2-leaflet-markercluster": "^3.1.0",
|
|
|
|
"vuex": "^3.6.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-05-10 10:10:45 +03:00
|
|
|
"@nextcloud/babel-config": "^1.1.1",
|
2024-04-27 15:51:09 +03:00
|
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
2024-05-18 04:05:48 +03:00
|
|
|
"@nextcloud/eslint-config": "^8.4.1",
|
2024-05-11 04:04:03 +03:00
|
|
|
"@nextcloud/stylelint-config": "^3.0.1",
|
2024-02-03 13:56:06 +03:00
|
|
|
"@nextcloud/webpack-vue-config": "^6.0.1",
|
2024-04-27 05:28:00 +03:00
|
|
|
"@types/leaflet": "^1.9.12"
|
2022-08-07 10:37:47 +03:00
|
|
|
}
|
2017-08-23 14:51:37 +03:00
|
|
|
}
|