42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "wisski-mirador-integration",
|
|
"version": "0.0.1",
|
|
"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 --mode=production --config webpack.config.js"
|
|
},
|
|
"author": "Mark Fichtner",
|
|
"contributors": [
|
|
{
|
|
"name": "Jack Reed",
|
|
"url": "https://www.jack-reed.com/"
|
|
},
|
|
{
|
|
"name": "Chris Beer",
|
|
"email": "chris@cbeer.info",
|
|
"url": "http://cbeer.info"
|
|
},
|
|
{
|
|
"name": "D-Groenewegen"
|
|
},
|
|
{
|
|
"name": "Régis Robineau ",
|
|
"url": "https://regisrob.fr/cv/"
|
|
}
|
|
],
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@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": "^17",
|
|
"react-dom": "^17",
|
|
"style-loader": "^1.2.1",
|
|
"webpack": "^5.92.0",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|