forked from publiclab/plots2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 2.04 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
{
"name": "plots2",
"version": "2.1",
"description": "PublicLab.org",
"main": "app/assets/javascripts/application.js",
"repository": {
"type": "git",
"url": "git+https://github.com/publiclab/plots2.git"
},
"keywords": [
"wiki",
"cms",
"publiclab"
],
"author": "Public Lab",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/publiclab/plots2/issues"
},
"dependencies": {
"blob.js": "^1.0.1",
"blueimp-file-upload": "blueimp/jQuery-File-Upload#^9.22.1",
"bootstrap": "4.1.0",
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-datepicker": "^1.6.0",
"bootstrap-tokenfield": "^0.12.0",
"chart.js": "^2.9.1",
"cytoscape": "^3.11.0",
"debounce": "jywarren/debounce#patch-1",
"file-saver": "^2.0.0",
"font-awesome": "^4.5.0",
"i18n-js": "^3.3.0",
"ics": "nwcell/ics.js#^0.2.0",
"image-sequencer": "^3.5.1",
"inline-markdown-editor": "^0.5.0",
"jlouvain": "upphiminn/jLouvain#3fb3aa189b8232756c4c3f3e97aaf376debf44a7",
"jquery": "^3.4.1",
"jquery-confirm": "^3.3.4",
"jquery-file-upload": "blueimp/jQuery-File-Upload#~8.1.0",
"jquery-validation": "^1.19.1",
"jsdiff": "components/jsdiff#~3.4.0",
"junction": "theleagueof/junction#*",
"leaflet": "^0.7.3",
"leaflet-environmental-layers": "git://github.com/publiclab/leaflet-environmental-layers#fkl",
"leaflet-blurred-location": "^1.3.0",
"leaflet-fullhash": "github:sagarpreet-chadha/leaflet-fullHash",
"leaflet-spin": "1.1.0",
"marked": "^0.7.0",
"megamark": "~3.3.0",
"moment": "~> 2.24.0",
"noty": "3.1.4",
"phantomjs-prebuilt": "^2.1.16",
"popper.js": "^1.16.0",
"publiclab-editor": "~2.0.0",
"short-code-forms": "jywarren/short-code-forms#~0.0.1",
"simple-data-grapher": "^2.0.0",
"typeahead.js": "^0.11.1",
"typeahead.js-browserify": "Javier-Rotelli/typeahead.js-browserify#~1.0.7",
"woofmark": "~4.2.0"
},
"devDependencies": {},
"homepage": "https://github.com/publiclab/plots2",
"engines": {
"yarn": ">= 1.0.0"
}
}