-
- Downloads
Merge branch 'annotation-on-video'
Showing
- __tests__/integration/mirador/video_preloaded.test.js 29 additions, 0 deletions__tests__/integration/mirador/video_preloaded.test.js
- __tests__/src/components/VideoViewer.test.js 6 additions, 22 deletions__tests__/src/components/VideoViewer.test.js
- babel.config.js 6 additions, 31 deletionsbabel.config.js
- jest-puppeteer.config.js 1 addition, 0 deletionsjest-puppeteer.config.js
- jest.json 3 additions, 0 deletionsjest.json
- package-lock.json 25352 additions, 0 deletionspackage-lock.json
- package.json 6 additions, 2 deletionspackage.json
- setup-expect-timeout.js 2 additions, 0 deletionssetup-expect-timeout.js
- src/components/AnnotationSettings.js 35 additions, 9 deletionssrc/components/AnnotationSettings.js
- src/components/AnnotationsOverlayVideo.js 681 additions, 0 deletionssrc/components/AnnotationsOverlayVideo.js
- src/components/CanvasAnnotations.js 4 additions, 2 deletionssrc/components/CanvasAnnotations.js
- src/components/VideoViewer.js 182 additions, 19 deletionssrc/components/VideoViewer.js
- src/components/ViewerNavigation.js 5 additions, 2 deletionssrc/components/ViewerNavigation.js
- src/components/ViewerNavigationVideo.js 125 additions, 0 deletionssrc/components/ViewerNavigationVideo.js
- src/components/WindowCanvasNavigationControlsVideo.js 71 additions, 0 deletionssrc/components/WindowCanvasNavigationControlsVideo.js
- src/config/settings.js 1 addition, 1 deletionsrc/config/settings.js
- src/containers/AnnotationSettings.js 5 additions, 0 deletionssrc/containers/AnnotationSettings.js
- src/containers/AnnotationsOverlayVideo.js 66 additions, 0 deletionssrc/containers/AnnotationsOverlayVideo.js
- src/containers/CanvasAnnotations.js 2 additions, 0 deletionssrc/containers/CanvasAnnotations.js
- src/containers/VideoViewer.js 36 additions, 11 deletionssrc/containers/VideoViewer.js
package-lock.json
0 → 100644
This diff is collapsed.
... | ... | @@ -5,15 +5,17 @@ |
"main": "dist/cjs/src/index.js", | ||
"module": "dist/es/src/index.js", | ||
"files": [ | ||
"dist" | ||
"dist/**" | ||
], | ||
"sideEffects": false, | ||
"scripts": { | ||
"prepare": "npm run clean && npm run build:es && npm run build:cjs", | ||
"clean": "rm -rf ./dist", | ||
"lint": "node_modules/.bin/eslint ./ && npm run lint:translations && npm run lint:containers", | ||
"lint:containers": "node ./scripts/container-lint.js", | ||
"lint:translations": "node ./scripts/i18n-lint.js", | ||
"server": "node_modules/.bin/http-server --cors", | ||
"test:ci": "jest -c jest.json --ci --reporters=default --reporters=jest-junit --watchAll=false --runInBand", | ||
"test": "npm run build && npm run lint && npm run size && jest -c jest.json", | ||
"test:debug": "node --inspect node_modules/.bin/jest -c jest.json --runInBand", | ||
"test:watch": "jest -c jest.json --watch", | ||
... | ... | @@ -107,13 +109,15 @@ |
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-react": "^7.29.4", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"expect-puppeteer": "^6.1.1", | ||
"glob": "^8.0.3", | ||
"http-server": "^14.1.0", | ||
"jest": "^29.3.1", | ||
"jest-fetch-mock": "^3.0.0", | ||
"jest-junit": "^15.0.0", | ||
"jest-puppeteer": "^6.1.0", | ||
"jsdom": "^21.0.0", | ||
"puppeteer": "^13.5.1", | ||
"puppeteer": "^13.7.0", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0", | ||
"react-refresh": "^0.14.0", | ||
... | ... |
setup-expect-timeout.js
0 → 100644
src/components/AnnotationsOverlayVideo.js
0 → 100755
This diff is collapsed.
src/components/ViewerNavigationVideo.js
0 → 100755
src/containers/AnnotationsOverlayVideo.js
0 → 100755
Please register or sign in to comment