-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.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
{
"name": "imerss-bioinfo",
"description": "Working data of the IMERSS biodiversity informatics working group, together with algorithms",
"version": "1.12.0",
"author": "Antranig Basman",
"scripts": {
"lint": "fluid-lint-all",
"build": "node build.js"
},
"main": "index.js",
"dependencies": {
"infusion": "4.6.0",
"kettle": "2.3.0",
"axios": "1.6.8",
"csv-parser": "3.0.0",
"papaparse": "5.4.1",
"@mdi/font": "2.0.46",
"pretty-checkbox": "3.0",
"d3": "5.9.2",
"remove-bom-stream": "2.0.0",
"event-stream": "4.0.1",
"csv-writer": "1.6.0",
"sqlite": "4.1.2",
"sqlite3": "5.1.6",
"maplibre-gl": "4.0.2",
"@mapbox/mapbox-gl-draw": "1.4.3",
"exceljs": "4.3.0",
"moment": "2.29.4",
"moment-timezone": "0.5.43",
"jsep": "EricSmekens/jsep#25fcb53",
"minimist": "1.2.8",
"lz4": "0.6.5",
"pako": "2.1.0",
"json5": "2.2.3",
"accessible-autocomplete": "2.0.4",
"jquery-ui": "1.13.2"
},
"devDependencies": {
"terser": "5.26.0",
"fs-extra": "11.2.0",
"glob": "10.3.12",
"eslint": "8.57.0",
"eslint-config-fluid": "2.1.1",
"fluid-lint-all": "1.2.10",
"node-jqunit": "1.1.9"
},
"repository": {
"type": "git",
"url": "https://github.com/IMERSS/imerss-bioinfo"
},
"files": [
"/src",
"/test",
"/index.js",
"/build.js",
"/index*.html",
"/docs/js",
"/docs/css"
],
"engines": {
"node": ">=14.0.0"
},
"license": "BSD-3-Clause"
}