-
- Downloads
Merge branch '3-integrate-upstream-tests' into 'tetras-main'
Integrate upstream tests into gitlab ci Closes #3 See merge request iiif/mirador-annotations!3
No related branches found
No related tags found
Showing
- .eslintrc 3 additions, 1 deletion.eslintrc
- .gitignore 0 additions, 1 deletion.gitignore
- .gitlab-ci.yml 14 additions, 0 deletions.gitlab-ci.yml
- __tests__/AnnotationCreation.test.js 1 addition, 1 deletion__tests__/AnnotationCreation.test.js
- package-lock.json 46619 additions, 0 deletionspackage-lock.json
- package.json 12 additions, 11 deletionspackage.json
- src/AnnotationCreation.js 37 additions, 12 deletionssrc/AnnotationCreation.js
- src/TextEditor.js 14 additions, 1 deletionsrc/TextEditor.js
.gitlab-ci.yml
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
{ | ||
"name": "mirador-annotations", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "mirador-annotations React component", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
... | ... | @@ -18,7 +18,8 @@ |
"start": "nwb serve-react-demo", | ||
"test": "npm run lint && jest", | ||
"test:coverage": "jest --coverage", | ||
"test:watch": "jest --watch" | ||
"test:watch": "jest --watch", | ||
"test:ci": "jest --ci --reporters=default --reporters=jest-junit --watchAll=false" | ||
}, | ||
"dependencies": { | ||
"@psychobolt/react-paperjs": "< 1.0", | ||
... | ... | @@ -35,10 +36,10 @@ |
"@material-ui/icons": "^4.9.1", | ||
"@material-ui/lab": "^4.0.0-alpha.52", | ||
"lodash": "^4.17.11", | ||
"mirador": "^3.0.0-rc.5", | ||
"mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation#annotation-on-video", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.0", | ||
"react-dom": "^16.0", | ||
"react": "^16.8", | ||
"react-dom": "^16.8", | ||
"uuid": "^8.0.0" | ||
}, | ||
"devDependencies": { | ||
... | ... | @@ -52,22 +53,22 @@ |
"canvas": "^2.6.1", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.2", | ||
"eslint": "^6.8.0", | ||
"eslint": "^7.2", | ||
"eslint-config-airbnb": "^18.2.0", | ||
"eslint-config-react-app": "^5.2.1", | ||
"eslint-plugin-flowtype": "^4.7.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-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": "^3.0.0-rc.5", | ||
"mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation#annotation-on-video", | ||
"nwb": "^0.24.7", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0", | ||
"react": "^16.8", | ||
"react-dom": "^16.8", | ||
"uuid": "^8.2.0" | ||
}, | ||
"author": "", | ||
... | ... |
Please register or sign in to comment