-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
67 lines (67 loc) · 2.51 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
{
"name": "minerva-author-ui",
"version": "1.10.2",
"description": "Minerva Author UI",
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider MINERVA_AUTHOR_ENV=local webpack-dev-server --host 0.0.0.0 --port 8487 --config ./webpack.config.js --mode development",
"start:cloud": "NODE_OPTIONS=--openssl-legacy-provider MINERVA_AUTHOR_ENV=cloud webpack-dev-server --host 0.0.0.0 --port 8487 --config ./webpack.config.js --mode development",
"build": "NODE_OPTIONS=--openssl-legacy-provider MINERVA_AUTHOR_ENV=local webpack --config ./webpack.config.js --progress --colors -p",
"build:cloud": "NODE_OPTIONS=--openssl-legacy-provider MINERVA_AUTHOR_ENV=cloud webpack --config ./webpack.config.js --progress --colors -p",
"deploy-demo": "aws s3 sync build/ s3://minerva-author-ui-demo"
},
"keywords": [
"openseadragon",
"image processing",
"microscopy",
"webgl"
],
"author": "John Hoffer, Juha Ruokonen, Douglas Russell",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^4.5.2",
"node-sass": "^8.0.0",
"react-hot-loader": "^3.1.3",
"sass-loader": "^8.0.2",
"style-loader": "^0.21.0",
"url-loader": "^4.1.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.19",
"alertifyjs": "^1.13.1",
"amazon-cognito-identity-js": "^4.6.3",
"bootstrap": "4.1.0",
"chroma-js": "^2.4.2",
"debounce-async": "0.0.2",
"fast-deep-equal": "^3.1.3",
"jquery": "3.5.1",
"minerva-browser": "2.12.0",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-color": "^2.19.3",
"react-dom": "^16.14.0",
"react-input-range": "^1.3.0",
"react-select": "^3.2.0",
"react-sortable-hoc": "^2.0.0",
"react-spinners": "^0.7.2",
"reactcss": "^1.2.3",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^0.88.2",
"styled-components": "^5.3.6",
"viawebgl": "github:thejohnhoffer/viaWebGL#ea96d6e4b76dd408b1fc2df4a01d063d0b93d4ff"
}
}