update versions and solved related issues

This commit is contained in:
rnsrk 2024-06-19 15:47:02 +02:00
parent af1871a600
commit 9548af9982
6 changed files with 2041 additions and 9385 deletions

View file

@ -4,7 +4,7 @@
"description": "WissKI Integration of the Mirador 3 Image Viewer. More at https://projectmirador.org/ and https://github.com/ProjectMirador/mirador-integration",
"private": true,
"scripts": {
"build": "webpack --config webpack.config.js"
"build": "webpack --mode=production --config webpack.config.js"
},
"author": "Mark Fichtner",
"contributors": [
@ -27,15 +27,16 @@
],
"license": "ISC",
"dependencies": {
"css-loader": "^3.6.0",
"mirador": "^3.0.0",
"mirador-annotations": "~0.4.0",
"@blueprintjs/core": "^5.10.3",
"css-loader": "^7.1.2",
"mirador": "^3.3.0",
"mirador-annotations": "^0.5.0",
"mirador-dl-plugin": "^0.13.0",
"mirador-image-tools": "^0.10.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^17",
"react-dom": "^17",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4"
}
}