forked from publiclab/plots2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.38 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
{
"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 <[email protected]> (https://publiclab.org)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/publiclab/plots2/issues"
},
"dependencies": {
"@babel/preset-react": "^7.18.6",
"@rails/webpacker": "5.4.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"blob.js": "^1.0.1",
"blueimp-file-upload": "blueimp/jQuery-File-Upload#^10.32.0",
"bootstrap": "4.1.0",
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-datepicker": "^1.6.0",
"bootstrap-tokenfield": "^0.12.0",
"chart.js": "^3.8.0",
"cytoscape": "^3.22.1",
"debounce": "jywarren/debounce#patch-1",
"file-saver": "^2.0.5",
"i18n-js": "^3.9.2",
"ics": "nwcell/ics.js#^0.2.0",
"image-sequencer": "^3.7.3",
"inline-markdown-editor": "^0.5.0",
"jlouvain": "upphiminn/jLouvain#3fb3aa189b8232756c4c3f3e97aaf376debf44a7",
"jquery": "^3.6.0",
"jquery-confirm": "^3.3.4",
"jquery-file-upload": "blueimp/jQuery-File-Upload#~10.32.0",
"jquery-lazyload": "1.9.7",
"jquery-validation": "^1.19.5",
"jsdiff": "components/jsdiff#~3.4.0",
"junction": "theleagueof/junction#*",
"leaflet": "^1.9.2",
"leaflet-blurred-location": "^1.7.1",
"leaflet-environmental-layers": "^2.4.9",
"leaflet-hash": "^0.2.1",
"leaflet-spin": "1.1.0",
"leaflet.fullscreen": "2.4.0",
"marked": "^4.1.1",
"megamark": "~3.3.0",
"moment": "~> 2.29.4",
"noty": "3.1.4",
"phantomjs-prebuilt": "^2.1.16",
"popper.js": "^1.16.1",
"prop-types": "^15.8.1",
"publiclab-editor": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react_ujs": "^2.6.2",
"short-code-forms": "jywarren/short-code-forms#~0.0.1",
"simple-data-grapher": "^2.0.0",
"tocbot": "^4.18.2",
"typeahead.js": "^0.11.1",
"typeahead.js-browserify": "Javier-Rotelli/typeahead.js-browserify#~1.0.7",
"urlhash": "^0.1.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"webpack-dev-server": "^3"
},
"homepage": "https://github.com/publiclab/plots2",
"engines": {
"yarn": ">= 1.0.0"
}
}