This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
59 lines (59 loc) · 1.56 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
{
"name": "openvegemap",
"description": "Find vegetarian and vegan restaurants in your city",
"version": "1.0.3",
"author": "Pierre Rudloff",
"bugs": "https://github.com/Rudloff/openvegemap/issues",
"dependencies": {
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"days": "^1.1.1",
"drmonty-leaflet-awesome-markers": "~2.0.2",
"extract-domain": "^2.4.0",
"fontmin-webpack": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"i18n-postal-address": "~0.0.6",
"leaflet": "^1.5.1",
"leaflet-control-geocoder": "~1.5.5",
"leaflet-info-control": "~0.3.0",
"leaflet-loader": "~0.0.1",
"leaflet-overpass-layer": "^2.9.0",
"leaflet-plugins": "^3.3.1",
"mini-css-extract-plugin": "^2.5.3",
"onsenui": "^2.11.1",
"simple-opening-hours": "^0.1.1",
"style-loader": "~0.23.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2"
},
"devDependencies": {
"grunt": "~1.5.2",
"grunt-contrib-csslint": "~2.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-qunit": "^3.1.0",
"grunt-fixpack": "^0.2.1",
"grunt-webpack": "^5.0.0",
"husky": "^4.2.5",
"qunit": "^2.19.3"
},
"homepage": "https://github.com/Rudloff/openvegemap",
"husky": {
"hooks": {
"pre-commit": "grunt lint"
}
},
"keywords": [
"map",
"openstreemap"
],
"license": "GPL-3.0",
"main": "dist/main.bundle.js",
"repository": {
"type": "git",
"url": "https://github.com/Rudloff/openvegemap.git"
},
"scripts": {
"postinstall": "webpack",
"test": "grunt test"
}
}