-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 loc) · 1.62 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
{
"name": "adfc-tempo30",
"version": "0.0.1",
"author": "Sven Anders",
"repository": {
"type": "git",
"url": "https://github.com/tabacha/adfc-tempo30.git"
},
"devDependencies": {
"chai": "^4.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-git-describe": "^2.4.4",
"grunt-require-gettext": "^0.8.1",
"jasmine-core": "^3.6.0",
"jed": "^1.1.1",
"karma": "^6.0.3",
"karma-chai-plugins": "^0.9.0",
"karma-jasmine": "^4.0.1",
"karma-mocha": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"mocha": "^8.2.1",
"osmtogeojson": "^3.0.0-beta.4",
"phantomjs": "^2.1.7",
"request": "^2.67.0",
"requirejs": "^2.3.6",
"rsvp": "^4.8.5",
"text": "git://github.com/requirejs/text"
},
"dependencies": {
"bootstrap": "^3.4.1",
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-datepicker": "^1.9.0",
"bootstrap3-dialog": "^1.35.4",
"docxtemplater": "^3.19.9",
"file-saver": "^2.0.5",
"font-awesome": "^4.7.0",
"grunt": "^1.3.0",
"jquery": "^3.5.1",
"jszip-utils": "^0.1.0",
"leaflet": "^1.7.1",
"leaflet-hash": "^0.2.1",
"leaflet-overpass-layer": "^2.8.3",
"leaflet.markercluster": "^1.4.1",
"moment": "^2.29.1",
"pizzip": "^3.0.6",
"require-css": "^0.1.10",
"require-less": "0.0.7",
"requirejs-plugins": "^1.0.2"
}
}