init panel order config: 1st draft. init npm publishing. minor corrections...
init panel order config: 1st draft. init npm publishing. minor corrections regarding indents and prop order
.npmrc
0 → 100644
{ | ||
"name": "viewer", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Viewer for the modular framework to present digital editions", | ||
"productName": "EMo Viewer", | ||
"keywords": [ | ||
... | ... | @@ -32,6 +32,9 @@ |
"url": "https://gitlab.gwdg.de/subugoe/emo/Qviewer.git" | ||
}, | ||
"private": false, | ||
"publishConfig": { | ||
"@subugoe:registry": "https://gitlab.gwdg.de/api/v4/projects/10921/packages/npm/" | ||
}, | ||
"dependencies": { | ||
"@quasar/extras": "^1.9.3", | ||
"openseadragon": "^2.4.2", | ||
... | ... |
src/components/tabs.vue
0 → 100644