-
- Downloads
Mirador/annotations plugins as submodules
- still need to rebuild the libs if modified - replaced alpine (which can't build some npm deps because of musl) by debian
parent
3468dfc8
Branches
No related tags found
Showing
- .dockerignore 1 addition, 0 deletions.dockerignore
- .gitignore 2 additions, 0 deletions.gitignore
- .gitmodules 7 additions, 0 deletions.gitmodules
- Dockerfile 2 additions, 2 deletionsDockerfile
- Dockerfile.devserver 4 additions, 2 deletionsDockerfile.devserver
- annotations-plugin 1 addition, 0 deletionsannotations-plugin
- mirador-video-annotation 1 addition, 0 deletionsmirador-video-annotation
- package-lock.json 49046 additions, 9368 deletionspackage-lock.json
- package.json 2 additions, 2 deletionspackage.json
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | @@ -12,8 +12,8 @@ | ... | @@ -12,8 +12,8 @@ |
"dependencies": { | "dependencies": { | ||
"css-loader": "^3.6.0", | "css-loader": "^3.6.0", | ||
"dotenv-webpack": "^8.0.1", | "dotenv-webpack": "^8.0.1", | ||
"mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation#wip-webpack-from-git", | "mirador": "file:mirador-video-annotation", | ||
"mirador-annotations": "0.4.0", | "mirador-annotations": "file:annotations-plugin", | ||
"react": "^16.13.1", | "react": "^16.13.1", | ||
"react-dom": "^16.13.1", | "react-dom": "^16.13.1", | ||
"style-loader": "^1.2.1" | "style-loader": "^1.2.1" | ||
... | ... |
Please register or sign in to comment