forked from avalonmediasystem/avalon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.66 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
{
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@rails/webpacker": "^5.2.2",
"@samvera/iiif-react-media-player": "1.2.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"cropperjs": "^1.5.5",
"hls.js": "https://github.com/avalonmediasystem/hls.js#stricter_ts_probing",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-bootstrap": "^1.0.0",
"react-dom": "^16.8.4",
"react-structural-metadata-editor": "https://github.com/avalonmediasystem/react-structural-metadata-editor",
"react_ujs": "^2.4.4",
"url-search-params-polyfill": "^7.0.1",
"video.js": "^7.15.4",
"videojs-hotkeys": "^0.2.27"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.14.1",
"babel-loader": "^8.2.2",
"html-webpack-plugin": "^5.3.2",
"prop-types": "^15.7.2",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
},
"resolutions": {
"elliptic": "^6.5.2",
"follow-redirects": "^1.14.7",
"fstream": "^1.0.12",
"js-yaml": "^3.13.1",
"lodash": "^4.17.19",
"lodash.template": "^4.5.0",
"lodash.mergewith": "^4.6.2",
"mixin-deep": "^1.3.2",
"serialize-javascript": "^3.1.0",
"set-value": "^4.0.1",
"tar": "^4.4.19",
"minimist": "^1.2.3",
"acorn": "^6.4.1",
"kind-of": "^6.0.3",
"dot-prop": "^5.2.0"
},
"scripts": {
"start-collection-index": "webpack-dev-server --mode development --config config/webpack/collection_index.js --host 0.0.0.0",
"start-collection-view": "webpack-dev-server --mode development --config config/webpack/collection_view.js --host 0.0.0.0"
}
}