-
- Downloads
Try to include mirador-annotations plugin
Showing
- Dockerfile.dev 6 additions, 0 deletionsDockerfile.dev
- __tests__/integration/mirador/index.html 31 additions, 34 deletions__tests__/integration/mirador/index.html
- docker-compose.yml 12 additions, 0 deletionsdocker-compose.yml
- package.json 2 additions, 1 deletionpackage.json
- src/init.js 6 additions, 3 deletionssrc/init.js
Dockerfile.dev
0 → 100644
docker-compose.yml
0 → 100644
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
"build:watch": "webpack --watch --mode=development", | "build:watch": "webpack --watch --mode=development", | ||
"prepublishOnly": "npm run clean && npm run build:es && npm run build:cjs && npm run build", | "prepublishOnly": "npm run clean && npm run build:es && npm run build:cjs && npm run build", | ||
"size": "bundlewatch --config bundlewatch.config.json", | "size": "bundlewatch --config bundlewatch.config.json", | ||
"start": "NODE_ENV=development webpack serve --open" | "start": "NODE_ENV=development webpack serve --open --host=0.0.0.0" | ||
}, | }, | ||
"license": "Apache-2.0", | "license": "Apache-2.0", | ||
"contributors": [ | "contributors": [ | ||
... | @@ -33,6 +33,7 @@ | ... | @@ -33,6 +33,7 @@ |
], | ], | ||
"repository": "https://github.com/ProjectMirador/mirador", | "repository": "https://github.com/ProjectMirador/mirador", | ||
"dependencies": { | "dependencies": { | ||
"mirador-annotations": "^0.5.0", | |||
"@material-ui/core": "^4.12.3", | "@material-ui/core": "^4.12.3", | ||
"@material-ui/icons": "^4.9.1", | "@material-ui/icons": "^4.9.1", | ||
"@material-ui/lab": "^4.0.0-alpha.53", | "@material-ui/lab": "^4.0.0-alpha.53", | ||
... | ... |
Please register or sign in to comment