Skip to content
Snippets Groups Projects

Resolve "Image annotation plugin"

Merged David Beniamine requested to merge 3-annotation-plugin-showing-up into main
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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": {
"mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation#wip-webpack-from-git",
"react": "^16.13.1",
Loading