-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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
{
"dependencies": {
"bootstrap": "4.4.1",
"bootstrap-select": "^1.13.18",
"buffer": "^6.0.3",
"colorbrewer": "^1.3.0",
"d3": "^5.15.0",
"d3-svg-legend": "^2.25.6",
"jquery": "3.5.1",
"js-yaml": "^3.14.0",
"lz-string": "^1.4.4",
"openseadragon": "^4.0.0",
"popper.js": "1.16.0",
"process": "^0.11.10",
"sha1": "^1.1.1",
"showdown": "^1.9.1",
"vega": "^5.20.2",
"vega-embed": "^6.20.3",
"vega-lite": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1"
},
"scripts": {
"develop": "webpack --watch --mode development -c webpack.config.dev.js",
"build": "webpack --mode production && webpack --mode development -c webpack.config.dev.js"
},
"name": "minerva-browser",
"version": "3.24.0",
"description": "A storytelling interface atop openseadragon",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/labsyspharm/minerva-browser.git"
},
"author": "John Hoffer",
"license": "MIT",
"bugs": {
"url": "https://github.com/labsyspharm/minerva-browser/issues"
},
"homepage": "https://github.com/labsyspharm/minerva-browser#readme"
}