-
- Downloads
wip
Showing
- .eslintrc 1 addition, 1 deletion.eslintrc
- demo/src/index.js 9 additions, 3 deletionsdemo/src/index.js
- package-lock.json 39158 additions, 27661 deletionspackage-lock.json
- package.json 11 additions, 10 deletionspackage.json
- src/AnnotationCreation.js 99 additions, 58 deletionssrc/AnnotationCreation.js
- src/AnnotationDrawing.js 109 additions, 106 deletionssrc/AnnotationDrawing.js
- src/HMSInput.js 114 additions, 0 deletionssrc/HMSInput.js
- src/plugins/annotationCreationCompanionWindow.js 11 additions, 3 deletionssrc/plugins/annotationCreationCompanionWindow.js
- src/utils.js 10 additions, 0 deletionssrc/utils.js
This diff is collapsed.
... | ... | @@ -11,7 +11,7 @@ |
"umd" | ||
], | ||
"scripts": { | ||
"build": "nwb build-react-component --no-demo", | ||
"build": "nwb build-react-component", | ||
"clean": "nwb clean-module", | ||
"lint": "eslint ./src ./__tests__", | ||
"prepublishOnly": "npm run build", | ||
... | ... | @@ -36,7 +36,7 @@ |
"@material-ui/icons": "^4.9.1", | ||
"@material-ui/lab": "^4.0.0-alpha.52", | ||
"lodash": "^4.17.11", | ||
"mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation#annotation-on-video", | ||
"mirador": "file:mirador", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.8", | ||
"react-dom": "^16.8", | ||
... | ... | @@ -44,27 +44,28 @@ |
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.10.4", | ||
"@babel/eslint-parser": "^7.19.1", | ||
"@babel/preset-env": "^7.10.4", | ||
"@babel/preset-react": "^7.10.4", | ||
"@material-ui/core": "^4.11.0", | ||
"@material-ui/icons": "^4.9.1", | ||
"@material-ui/lab": "^4.0.0-alpha.56", | ||
"babel-eslint": "^10.1.0", | ||
"canvas": "^2.6.1", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.2", | ||
"eslint": "^7.2", | ||
"eslint-config-airbnb": "^18.2.0", | ||
"eslint-plugin-flowtype": "^5.6.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jest": "^23.18.0", | ||
"eslint-plugin-jsx-a11y": "^6.3.1", | ||
"eslint": "^8.11.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-react-app": "^7.0.0", | ||
"eslint-plugin-flowtype": "^8.0.3", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-jest": "^26.1.1", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-react": "^7.20.3", | ||
"jest": "^26.1.0", | ||
"jest-canvas-mock": "^2.2.0", | ||
"jest-junit": "^15.0.0", | ||
"jest-localstorage-mock": "^2.4.2", | ||
"mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation#annotation-on-video", | ||
"mirador": "file:mirador", | ||
"nwb": "^0.24.7", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.8", | ||
... | ... |
src/HMSInput.js
0 → 100644
Please register or sign in to comment