Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/nextcloud/maps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c1a8f88921611d933f7a4afc6d3b903dd66d3bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
  "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"
  }
}