-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
60 lines (60 loc) · 2.09 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
{
"dependencies": {
"@babel/core": "7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "7",
"@samvera/ramp": "^3.3.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"buffer": "^6.0.3",
"compression-webpack-plugin": "9",
"cropperjs": "^1.5.5",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"hls.js": "https://github.com/avalonmediasystem/hls.js#stricter_ts_probing",
"mini-css-extract-plugin": "^2.7.6",
"moment": "^2.29.4",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-bootstrap": "^1.0.0",
"react-dom": "^17.0.1",
"react-structural-metadata-editor": "https://github.com/avalonmediasystem/react-structural-metadata-editor#avalon-7.7.1",
"react_ujs": "^2.4.4",
"sass": "^1.65.1",
"sass-loader": "^13.3.2",
"shakapacker": "7.0.2",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "5",
"url-search-params-polyfill": "^7.0.1",
"util": "^0.12.5",
"video.js": "^8.10.0",
"webpack": "5",
"webpack-assets-manifest": "5",
"webpack-merge": "^5.9.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"babel-loader": "8",
"cypress": "^13.7.1",
"html-webpack-plugin": "^5.3.2",
"prop-types": "^15.7.2",
"webpack-cli": "5",
"webpack-dev-server": "5"
},
"resolutions": {
"glob-parent": "^6.0.2"
},
"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",
"cypress:open": "cypress open -C spec/cypress/cypress.config.js",
"cypress:run": "cypress run -C spec/cypress/cypress.config.js"
},
"packageManager": "[email protected]"
}