From 0ca42d3432243ef825098a42cd9bf054b5f78b90 Mon Sep 17 00:00:00 2001 From: jakub791 Date: Thu, 4 May 2023 20:44:04 +0200 Subject: [PATCH] add workbox-window dependnecy to fix build error --- package-lock.json | 3 +- package.json | 111 +++++++++++++++++++++++----------------------- 2 files changed, 58 insertions(+), 56 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5225d8f..a5550f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,8 @@ "vue-textarea-autosize": "^1.1.1", "vue-toastification": "^2.0.0-rc.1", "vue-transition-expand": "^0.1.0", - "vuedraggable": "^4.1.0" + "vuedraggable": "^4.1.0", + "workbox-window": "^6.5.4" }, "devDependencies": { "@rushstack/eslint-patch": "^1.2.0", diff --git a/package.json b/package.json index 938ad73..652e169 100644 --- a/package.json +++ b/package.json @@ -1,57 +1,58 @@ { - "name": "profectus", - "version": "0.6.0", - "private": true, - "scripts": { - "start": "vite", - "dev": "vite", - "build": "vue-tsc --noEmit && vite build", - "preview": "vite preview", - "test": "vitest run", - "testw": "vitest", - "serve": "vite preview --host" - }, - "dependencies": { - "@fontsource/material-icons": "^4.5.4", - "@fontsource/roboto-mono": "^4.5.10", - "@ivanv/vue-collapse-transition": "^1.0.2", - "@pixi/app": "^7.2.4", - "@pixi/constants": "^7.2.4", - "@pixi/core": "^7.2.4", - "@pixi/display": "^7.2.4", - "@pixi/math": "^7.2.4", - "@pixi/particle-emitter": "^5.0.8", - "@pixi/sprite": "^7.2.4", - "@pixi/ticker": "^7.2.4", - "is-plain-object": "^5.0.0", - "lz-string": "^1.5.0", - "nanoevents": "^7.0.1", - "vite-plugin-pwa": "^0.14.7", - "vue": "^3.2.47", - "vue-next-select": "^2.10.5", - "vue-panzoom": "https://github.com/thepaperpilot/vue-panzoom.git", - "vue-textarea-autosize": "^1.1.1", - "vue-toastification": "^2.0.0-rc.1", - "vue-transition-expand": "^0.1.0", - "vuedraggable": "^4.1.0" - }, - "devDependencies": { - "@rushstack/eslint-patch": "^1.2.0", - "@vitejs/plugin-vue": "^4.2.1", - "@vitejs/plugin-vue-jsx": "^3.0.1", - "@vue/eslint-config-prettier": "^7.1.0", - "@vue/eslint-config-typescript": "^11.0.3", - "@vue/runtime-dom": "^3.2.47", - "eslint": "^8.6.0", - "jsdom": "^22.0.0", - "prettier": "^2.8.8", - "typescript": "^5.0.4", - "vite": "^4.3.4", - "vite-tsconfig-paths": "^4.2.0", - "vitest": "^0.31.0", - "vue-tsc": "^1.6.4" - }, - "engines": { - "node": ">=16" - } + "name": "profectus", + "version": "0.6.0", + "private": true, + "scripts": { + "start": "vite", + "dev": "vite", + "build": "vue-tsc --noEmit && vite build", + "preview": "vite preview", + "test": "vitest run", + "testw": "vitest", + "serve": "vite preview --host" + }, + "dependencies": { + "@fontsource/material-icons": "^4.5.4", + "@fontsource/roboto-mono": "^4.5.10", + "@ivanv/vue-collapse-transition": "^1.0.2", + "@pixi/app": "^7.2.4", + "@pixi/constants": "^7.2.4", + "@pixi/core": "^7.2.4", + "@pixi/display": "^7.2.4", + "@pixi/math": "^7.2.4", + "@pixi/particle-emitter": "^5.0.8", + "@pixi/sprite": "^7.2.4", + "@pixi/ticker": "^7.2.4", + "is-plain-object": "^5.0.0", + "lz-string": "^1.5.0", + "nanoevents": "^7.0.1", + "vite-plugin-pwa": "^0.14.7", + "vue": "^3.2.47", + "vue-next-select": "^2.10.5", + "vue-panzoom": "https://github.com/thepaperpilot/vue-panzoom.git", + "vue-textarea-autosize": "^1.1.1", + "vue-toastification": "^2.0.0-rc.1", + "vue-transition-expand": "^0.1.0", + "vuedraggable": "^4.1.0", + "workbox-window": "^6.5.4" + }, + "devDependencies": { + "@rushstack/eslint-patch": "^1.2.0", + "@vitejs/plugin-vue": "^4.2.1", + "@vitejs/plugin-vue-jsx": "^3.0.1", + "@vue/eslint-config-prettier": "^7.1.0", + "@vue/eslint-config-typescript": "^11.0.3", + "@vue/runtime-dom": "^3.2.47", + "eslint": "^8.6.0", + "jsdom": "^22.0.0", + "prettier": "^2.8.8", + "typescript": "^5.0.4", + "vite": "^4.3.4", + "vite-tsconfig-paths": "^4.2.0", + "vitest": "^0.31.0", + "vue-tsc": "^1.6.4" + }, + "engines": { + "node": ">=16" + } }