mirror of
https://github.com/publiclab/mapknitter.git
synced 2025-12-05 16:00:00 +01:00
* up node to v16 for webgpu in https://github.com/publiclab/mapknitter/issues/1714 * Delete .travis.yml * gitpod
52 lines
2.0 KiB
JSON
52 lines
2.0 KiB
JSON
{
|
|
"name": "mapknitter",
|
|
"version": "1.0.0",
|
|
"main": "app/assets/javascripts/application.js",
|
|
"repository": "https://github.com/publiclab/mapknitter",
|
|
"author": "Public Lab contributors <web@publiclab.org>",
|
|
"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#>=1.13.0",
|
|
"blueimp-tmpl": "blueimp/JavaScript-Templates#2.5.4",
|
|
"bootstrap": "twbs/bootstrap#^4.5.2",
|
|
"cartagen": "jywarren/cartagen#*",
|
|
"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": "image-sequencer#~3.7.3",
|
|
"ion-rangeslider": "ionDen/ion.rangeslider#~2.3.1",
|
|
"jquery": "jquery/jquery-dist#^3.6.0",
|
|
"jquery-ui": "components/jqueryui#^1.12.1",
|
|
"jquery-ujs": "rails/jquery-ujs#~1.2.3",
|
|
"junction": "theleagueof/junction#*",
|
|
"leaflet": "Leaflet/Leaflet#^1.0.0",
|
|
"leaflet-dist": "vperron/leaflet-dist#0.7.x",
|
|
"leaflet-distortableimage": "0.21.7",
|
|
"leaflet-draw": "Leaflet/Leaflet.draw#0.2.4",
|
|
"leaflet-easybutton": "^2.4.0",
|
|
"leaflet-environmental-layers": "^2.4.8",
|
|
"leaflet-fullhash": "^1.0.0",
|
|
"leaflet-illustrate": "manleyjster/Leaflet.Illustrate#31d7daa42fb140c063c4a9d9ccf13a279bb1b8d7",
|
|
"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": {}
|
|
}
|