-
Notifications
You must be signed in to change notification settings - Fork 208
/
package.json
49 lines (49 loc) · 1.84 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
{
"name": "mapknitter",
"version": "1.0.0",
"main": "app/assets/javascripts/application.js",
"repository": "https://github.com/publiclab/mapknitter",
"author": "Public Lab contributors <[email protected]>",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"blueimp-canvas-to-blob": "blueimp/JavaScript-Canvas-to-Blob#>=3.29.0",
"blueimp-file-upload": "blueimp/jQuery-File-Upload#~9.22.1",
"blueimp-load-image": "blueimp/JavaScript-Load-Image#>=5.16.0",
"blueimp-tmpl": "blueimp/JavaScript-Templates#2.5.4",
"bootstrap": "twbs/bootstrap#^4.5.2",
"components-jqueryui": "components/jqueryui#^1.12.1",
"decompress-zip": "0.2.2",
"exif-js": "jseidelin/exif-js#*",
"glfx-js": "jywarren/glfx.js#*",
"leaflet-google-places-autocomplete": "0.0.9",
"image-sequencer": "^3.7.3",
"ion-rangeslider": "ionDen/ion.rangeslider#~2.3.1",
"jquery": "^3.6.0",
"jquery-ui": "components/jqueryui#^1.12.1",
"jquery-ujs": "rails/jquery-ujs#~1.2.3",
"junction": "theleagueof/junction#*",
"leaflet": "^1.8.0",
"leaflet-distortableimage": "^0.21.7",
"leaflet-draw": "Leaflet/Leaflet.draw#0.2.4",
"leaflet-easybutton": "^2.4.0",
"leaflet-environmental-layers": "^2.4.9",
"leaflet-fullhash": "^1.0.0",
"leaflet-illustrate": "^0.0.3",
"leaflet-omnivore": "@mapbox/leaflet-omnivore#~0.3.2",
"leaflet-providers": "^1.9.1",
"leaflet-spin": "^1.1.0",
"modalbox": "okonet/modalbox#*",
"ol2": "openlayers/ol2#release-2.13.1",
"popper.js": "^1.16.1",
"prototypejs-bower": "plynchnlm/prototypejs-bower#1.7.3",
"sparklines": "mariusGundersen/sparkline#~1.2.0",
"spin.js": "fgnass/spin.js#^2.3.1",
"webgl-distort": "jywarren/webgl-distort#*"
},
"engines": {
"yarn": ">= 1.0.0",
"node": ">=16.0.0"
},
"devDependencies": {}
}