-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
85 lines (85 loc) · 2.69 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
85
{
"name": "germinate",
"version": "4.7.4",
"description": "Germinate is an open source plant database infrastructure and application programming platform on which complex data from genetic resource collections can be stored, queried and visualized",
"author": "Sebastian Raubach",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@adapttive/vue-markdown": "^4.0.2",
"@citation-js/core": "^0.7.1",
"@citation-js/plugin-csl": "^0.7.2",
"@citation-js/plugin-doi": "^0.7.2",
"@mdi/js": "^7.4.47",
"axios": "^1.6.2",
"bootstrap": "~4.6.1",
"bootstrap-vue": "~2.22.0",
"bootswatch": "~4.6.1",
"buffer": "^6.0.3",
"compressorjs": "^1.1.1",
"cropperjs": "^1.5.12",
"d3-dsv": "~3.0.1",
"d3-selection": "~3.0.0",
"flag-icons": "~6.2.0",
"html2canvas": "^1.4.1",
"i18n-iso-countries": "~7.4.0",
"leaflet": "^1.9.4",
"leaflet-draw": "~1.0.4",
"leaflet.heat": "~0.2.0",
"leaflet.markercluster": "~1.5.3",
"leaflet.sync": "~0.2.4",
"path-browserify": "~1.0.1",
"plotly.js": "^2.31.1",
"semver": "^7.3.8",
"shpjs": "^4.0.4",
"simplex-noise": "~2.4.0",
"tiny-emitter": "~2.1.0",
"vis-data": "^7.1.4",
"vis-network": "^9.1.2",
"vue": "^2.7.16",
"vue-cool-lightbox": "~2.7.1",
"vue-gtag": "~1.16.1",
"vue-i18n": "~8.27.1",
"vue-plausible": "~1.3.1",
"vue-router": "~3.5.1",
"vue-sidebar-menu": "~4.8.1",
"vue-typeahead-bootstrap": "~2.12.0",
"vue-upload-component": "~2.8.22",
"vue2-leaflet": "~2.7.1",
"vuedraggable": "^2.24.3",
"vuex": "~3.6.2",
"vuex-persistedstate": "~4.1.0",
"zxcvbn": "~4.4.2"
},
"devDependencies": {
"@babel/core": "~7.12.16",
"@babel/eslint-parser": "~7.12.16",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-vuex": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-standard": "~6.1.0",
"eslint": "~7.32.0",
"eslint-plugin-import": "~2.25.3",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~5.1.0",
"eslint-plugin-vue": "~8.0.3",
"node-polyfill-webpack-plugin": "^2.0.1",
"querystring-es3": "~0.2.1",
"sass": "~1.32.7",
"sass-loader": "~12.0.0",
"vue-template-compiler": "~2.6.14",
"webpack-bundle-analyzer": "^4.6.1"
},
"copyright": "Copyright 2024 The James Hutton Institute",
"homepage": "https://ics.hutton.ac.uk/get-germinate",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/germinateplatform/germinate-vue.git"
}
}