forked from nextcloud/maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.02 KB
/
package.json
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
{
"name": "maps",
"version": "0.0.7",
"description": "Maps app",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"dev": "NODE_ENV=development npx webpack --config webpack.dev.js",
"watch": "NODE_ENV=development npx webpack --progress --watch --config webpack.dev.js",
"build": "NODE_ENV=production npx webpack --progress --hide-modules --config webpack.prod.js"
},
"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"
],
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"@nextcloud/router": "^1.0.0",
"d3": "^3.5.17",
"i18next-client": "^1.11.4",
"install": "^0.13.0",
"leaflet": "^1.4.0",
"leaflet-contextmenu": "^1.4.0",
"leaflet-control-geocoder": "^1.7.0",
"leaflet-easybutton": "^2.4.0",
"leaflet-mouse-position": "^1.0.4",
"leaflet-routing-machine": "^3.2.12",
"leaflet.elevation": "0.0.3",
"leaflet.featuregroup.subgroup": "^1.0.2",
"leaflet.locatecontrol": "^0.67.0",
"leaflet.markercluster": "^1.4.0",
"lrm-graphhopper": "^1.3.0",
"mapbox-gl": "^1.4.1",
"mapbox-gl-leaflet": "^0.0.11",
"nouislider": "^14.0.2",
"opening_hours": "^3.5.0",
"ua-parser-js": "^0.7.20"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@nextcloud/browserslist-config": "^1.0.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.4.2",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"url-loader": "^3.0.0",
"vue-loader": "^15.8.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2"
}
}