diff --git a/zimui/index.html b/zimui/index.html index 22929b5e..6c3243c1 100644 --- a/zimui/index.html +++ b/zimui/index.html @@ -9,6 +9,9 @@
+ diff --git a/zimui/package.json b/zimui/package.json index 1b01eff4..532f1b2c 100644 --- a/zimui/package.json +++ b/zimui/package.json @@ -19,6 +19,7 @@ "axios": "^1.7.2", "dayjs": "^1.11.11", "pinia": "^2.1.7", + "resize-observer-polyfill": "^1.5.1", "video.js": "^8.12.0", "vite-plugin-vuetify": "^2.0.3", "vue": "^3.4.21", @@ -32,6 +33,7 @@ "@tsconfig/node20": "^20.1.4", "@types/jsdom": "^21.1.6", "@types/node": "^20.12.5", + "@vitejs/plugin-legacy": "^5.4.1", "@vitejs/plugin-vue": "^5.0.4", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", @@ -42,8 +44,9 @@ "eslint-plugin-vue": "^9.23.0", "jsdom": "^24.0.0", "npm-run-all2": "^6.1.2", - "ogv": "^1.9.0", + "ogv": "1.8.9", "prettier": "^3.2.5", + "terser": "^5.31.3", "typescript": "~5.4.0", "vite": "^5.2.8", "vite-plugin-static-copy": "^1.0.5", diff --git a/zimui/src/App.vue b/zimui/src/App.vue index aa9b6181..1cce9374 100644 --- a/zimui/src/App.vue +++ b/zimui/src/App.vue @@ -1,16 +1,10 @@