-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
97 lines (97 loc) · 3.18 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "maps.openrouteservice.org",
"version": "0.7.3",
"repository": {
"type": "git",
"url": "https://github.com/GIScience/openrouteservice-app.git"
},
"scripts": {
"start": "npm run lite",
"lite": "lite-server"
},
"license": "ISC",
"dependencies": {
"angular": "~1.5.10",
"@angular/router": "0.2.0",
"@turf/buffer": "^3.14.0",
"@turf/distance": "^3.14.0",
"@turf/helpers": "^3.13.0",
"@turf/intersect": "^3.14.0",
"@turf/line-distance": "^3.14.2",
"@turf/simplify": "^3.14.0",
"@turf/within": "^3.14.0",
"angular-file-saver": "^1.1.2",
"angular-animate": "~1.5.10",
"angular-cookies": "~1.5.10",
"angularjs-slider": "^5.5.1",
"angular-ui-sortable": "^0.14.3",
"angular-sanitize": "1.5.9",
"angular-loading-bar": "^0.9.0",
"angular-tooltips": "^1.1.8",
"angular-translate": "2.13.0",
"angular-translate-loader-static-files": "2.13.0",
"browserify": "^14.5.0",
"core-js": "2.4.0",
"d3": "^5.16.0",
"d3-tip": "v0.7.1",
"font-awesome": "^4.6.3",
"geojson": "^0.4.1",
"grunt": "^1.4.1",
"grunt-cli": "^1.3.2",
"grunt-contrib-watch": "git+https://github.com/TheGreatRefrigerator/grunt-contrib-watch.git",
"grunt-remove-logging": "^0.2.0",
"jquery": "^3.6.0",
"jquery-ui-dist": "^1.13.1",
"leaflet": "~1.7.1",
"leaflet-control-angular": "git+https://github.com/grantHarris/leaflet-control-angular.git",
"leaflet-distance-markers": "git+https://github.com/adoroszlai/leaflet-distance-markers.git",
"leaflet-editable": "^1.0.0",
"leaflet-geometryutil": "^0.8.1",
"leaflet-omnivore": "^0.3.4",
"leaflet.featuregroup.subgroup": "^1.0.2",
"leaflet.heightgraph": "^1.3.2",
"leaflet.locatecontrol": "^0.62.0",
"leaflet.markercluster": "^1.5.3",
"leaflet-measure": "^2.1.7",
"material-design-icons-iconfont": "^6.1.0",
"ng-focus-if": "^1.0.7",
"ngclipboard": "^2.0.0",
"rx-lite": "^4.0.8",
"semantic-ui-css": "^2.4.1",
"togpx": "^0.5.4",
"tokml": "^0.4.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"clipboard": "^2.0.8",
"connect-modrewrite": "^0.10.2",
"d3-scale-chromatic": "^1.5.0",
"grunt-angular-templates": "^1.2.0",
"grunt-browserify": "^5.3.0",
"grunt-cache-bust": "^1.7.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-newer": "^1.3.0",
"grunt-ng-constant": "^2.0.3",
"grunt-npm-command": "^0.1.2",
"grunt-preprocess": "^5.1.0",
"grunt-prettier": "^1.3.0",
"grunt-script-link-tags": "^1.0.2",
"grunt-strip-debug": "^1.1.0",
"grunt-traceur": "git+https://github.com/aaronfrost/grunt-traceur.git",
"grunt-usemin": "git+https://github.com/TheGreatRefrigerator/grunt-usemin.git",
"grunt-version": "^1.3.2",
"http-proxy-middleware": "0.20.0",
"lite-server": "^2.5.4",
"load-grunt-tasks": "^3.5.2",
"serve-static": "^1.14.1",
"time-grunt": "^1.4.0",
"traceur": "0.0.111"
}
}