-
- Downloads
Merge branch '1-annotations-on-video' into 'tetras-main'
Allow to add annotations on video See merge request iiif/mirador-annotations!1
Showing
- babel.config.js 5 additions, 0 deletionsbabel.config.js
- nwb.config.js 6 additions, 6 deletionsnwb.config.js
- package.json 2 additions, 4 deletionspackage.json
- src/AnnotationCreation.js 60 additions, 3 deletionssrc/AnnotationCreation.js
- src/AnnotationDrawing.js 36 additions, 18 deletionssrc/AnnotationDrawing.js
... | ... | @@ -11,8 +11,8 @@ |
"umd" | ||
], | ||
"scripts": { | ||
"build": "nwb build-react-component", | ||
"clean": "nwb clean-module && nwb clean-demo", | ||
"build": "nwb build-react-component --no-demo", | ||
"clean": "nwb clean-module", | ||
"lint": "eslint ./src ./__tests__", | ||
"prepublishOnly": "npm run build", | ||
"start": "nwb serve-react-demo", | ||
... | ... | @@ -26,7 +26,6 @@ |
"draft-js": "^0.11.6", | ||
"draft-js-export-html": "^1.4.1", | ||
"draft-js-import-html": "^1.4.1", | ||
"immutable": "^4.0.0-rc.12", | ||
"material-ui-color-components": "^0.3.0", | ||
"paper": "^0.12.11", | ||
"react-color": "^2.18.1" | ||
... | ... | @@ -61,7 +60,6 @@ |
"eslint-plugin-jest": "^23.18.0", | ||
"eslint-plugin-jsx-a11y": "^6.3.1", | ||
"eslint-plugin-react": "^7.20.3", | ||
"eslint-plugin-react-hooks": "^4.0.6", | ||
"jest": "^26.1.0", | ||
"jest-canvas-mock": "^2.2.0", | ||
"jest-localstorage-mock": "^2.4.2", | ||
... | ... |
Please register or sign in to comment