Adds annotations to Mirador 4 implementation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 lines
626 B

{
"name": "islandora-mirador-annotations-build",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {"build": "vite build"},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^7.0.0",
"@mui/system": "^7.0.0",
"@vitejs/plugin-react": "^6.0.1",
"mirador": "^4.1.0",
"mirador-annotation-editor": "^1.3.1",
"mirador-dl-plugin": "^1.0.0",
"mirador-image-tools": "^1.0.0",
"mirador-textoverlay": "^1.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^15.0.0",
"vite": "^8.0.10"
}
}