forked from MaxBo/REPAiR-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.32 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
{
"name": "repair-web",
"version": "0.1.0",
"description": "frontend of website used at REPAiR workshops",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MaxBo/REPAiR-Web.git"
},
"keywords": [
"repair"
],
"author": "Christoph Franke",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaxBo/REPAiR-Web/issues"
},
"homepage": "https://github.com/MaxBo/REPAiR-Web#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"@turf/unkink-polygon": "^5.1.5",
"backbone": "^1.3.3",
"backbone-pageable": "^1.4.8",
"bootstrap": "3.4.1",
"bootstrap-select": "^1.12.4",
"bootstrap-slider": "^10.6.0",
"bootstrap-tagsinput": "^0.7.1",
"browser-cookies": "^1.2.0",
"chroma-js": "^1.3.7",
"css-loader": "^0.28.11",
"d3": "3",
"d3-queue": "^3.0.7",
"d3-tip": "^0.7.1",
"datatables.net": "^1.10.16",
"datatables.net-bs": "^1.10.16",
"datatables.net-buttons-bs": "^1.5.1",
"document-ready": "^2.0.1",
"esri-leaflet": "1.0.5",
"expose-loader": "^0.7.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"file-saver": "^1.3.8",
"hierarchy-select": "^1.0.1",
"highcharts": "^6.1.1",
"hoek": "^4.2.1",
"html2canvas": "^1.0.0-alpha.12",
"imports-loader": "^0.7.1",
"jasmine": "^2.9.0",
"jquery": "^3.0.0",
"jsdom": "^11.5.1",
"jstree": "^3.3.5",
"leaflet": "^1.3.3",
"leaflet-easyprint": "^2.1.9",
"leaflet-fullscreen": "^1.0.2",
"leaflet.markercluster": "^1.3.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"location": "^0.0.1",
"muuri": "^0.5.4",
"navigator": "^1.0.1",
"ol-contextmenu": "^3.3.0",
"openlayers": "^4.5.0",
"patternfly-bootstrap-treeview": "^2.1.7",
"pdfjs-dist": "^2.0.943",
"save-svg-as-png": "^1.4.6",
"style-loader": "^0.21.0",
"summernote": "^0.8.10",
"topojson": "^3.0.2",
"turf": "^3.0.14",
"uglifyjs-webpack-plugin": "1.0.0-beta.1",
"underscore": "^1.8.3",
"url-loader": "^1.0.1",
"viewerjs": "^1.2.0",
"webpack": "^3.10.0",
"webpack-bundle-tracker": "^0.2.1",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"webpack-dev-server": "3.0.0"
}
}