Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
POC Mirador
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IIIF
POC Mirador
Merge requests
!5
Project 'iiif/POC-mirador' was moved to 'iiif/poc-mirador-video-annotation'. Please update any links and bookmarks that may still have the old path.
Resolve "Image annotation plugin"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Image annotation plugin"
3-annotation-plugin-showing-up
into
main
Overview
1
Commits
6
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Merged
Resolve "Image annotation plugin"
David Beniamine
requested to merge
3-annotation-plugin-showing-up
into
main
Sep 27, 2022
Overview
1
Commits
6
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Closes
#3 (closed)
Edited
Sep 27, 2022
by
David Beniamine
0
0
Merge request reports
Compare
version 1
version 3
c0d36421
Oct 26, 2022
version 2
34a00271
Sep 27, 2022
version 1
c380abc2
Sep 27, 2022
main (base)
and
version 2
latest version
ab0ddbb0
6 commits,
Oct 26, 2022
version 3
c0d36421
5 commits,
Oct 26, 2022
version 2
34a00271
5 commits,
Sep 27, 2022
version 1
c380abc2
4 commits,
Sep 27, 2022
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
package.json
+
2
−
2
View file @ 34a00271
Edit in single-file editor
Open in Web IDE
Show full file
@@ -5,14 +5,14 @@
"private"
:
true
,
"scripts"
:
{
"build"
:
"webpack --config webpack.config.js"
,
"serve"
:
"npm install
--legacy-peer-deps &&
chmod +x node_modules/webpack/bin/webpack.js; webpack serve --config webpack.config.js"
"serve"
:
"npm install
;
chmod +x node_modules/webpack/bin/webpack.js; webpack serve --config webpack.config.js"
},
"author"
:
""
,
"license"
:
"
ISC
"
,
"dependencies"
:
{
"
css-loader
"
:
"
^3.6.0
"
,
"mirador"
:
"git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation#wip-webpack-from-git"
,
"
mirador-annotations
"
:
"
0.
5
.0
"
,
"
mirador-annotations
"
:
"
0.
4
.0
"
,
"
react
"
:
"
^16.13.1
"
,
"
react-dom
"
:
"
^16.13.1
"
,
"
style-loader
"
:
"
^1.2.1
"
Loading