-
- Downloads
Add an annotot service
parent
26d49229
Branches
No related tags found
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
Showing
- .env.template 11 additions, 0 deletions.env.template
- .gitignore 1 addition, 0 deletions.gitignore
- README.md 4 additions, 0 deletionsREADME.md
- dev.yml 4 additions, 0 deletionsdev.yml
- docker-compose.yml 9 additions, 0 deletionsdocker-compose.yml
- package-lock.json 52 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- src/index.js 2 additions, 3 deletionssrc/index.js
- traefik.yml 12 additions, 0 deletionstraefik.yml
- webpack.config.js 3 additions, 1 deletionwebpack.config.js
... | @@ -11,6 +11,7 @@ | ... | @@ -11,6 +11,7 @@ |
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"css-loader": "^3.6.0", | "css-loader": "^3.6.0", | ||
"dotenv-webpack": "^8.0.1", | |||
"mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation#wip-webpack-from-git", | "mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation#wip-webpack-from-git", | ||
"mirador-annotations": "0.4.0", | "mirador-annotations": "0.4.0", | ||
"react": "^16.13.1", | "react": "^16.13.1", | ||
... | ... |
Please register or sign in to comment