-
- Downloads
wip
parents
No related branches found
No related tags found
Showing
- .gitignore 4 additions, 0 deletions.gitignore
- README.md 28 additions, 0 deletionsREADME.md
- package.json 21 additions, 0 deletionspackage.json
- src/index.js 40 additions, 0 deletionssrc/index.js
- webpack/index.html 11 additions, 0 deletionswebpack/index.html
- webpack/webpack.config.js 10 additions, 0 deletionswebpack/webpack.config.js
.gitignore
0 → 100644
README.md
0 → 100644
package.json
0 → 100644
{ | |||
"name": "mirador-integration", | |||
"version": "0.0.0", | |||
"description": "", | |||
"private": true, | |||
"scripts": { | |||
"webpack": "webpack --config webpack/webpack.config.js", | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"author": "", | |||
"license": "ISC", | |||
"dependencies": { | |||
"mirador": "git+https://gitlab.tetras-libre.fr/iiif/mirador-video-annotation.git#95e5ece6522482c0028ffe895f4460ac513816ad", | |||
"css-loader": "^3.6.0", | |||
"react": "^16.13.1", | |||
"react-dom": "^16.13.1", | |||
"style-loader": "^1.2.1", | |||
"webpack": "^4.43.0", | |||
"webpack-cli": "^4.3.12" | |||
} | |||
} |
src/index.js
0 → 100644
webpack/index.html
0 → 100644
webpack/webpack.config.js
0 → 100644
Please register or sign in to comment