1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00

add service worker

This commit is contained in:
lana-k
2025-03-16 23:04:03 +01:00
parent c28d31b019
commit 24786c9069
5 changed files with 637 additions and 1033 deletions

View File

@@ -12,7 +12,6 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"assert": "^2.1.0",
"buffer": "^6.0.3",
"codemirror": "^5.65.18",
"codemirror-editor-vue3": "^2.8.0",
@@ -29,7 +28,6 @@
"react-chart-editor": "^0.46.1",
"react-dom": "^16.14.0",
"sql.js": "file:./lib/sql-js",
"stream-browserify": "^3.0.0",
"tiny-emitter": "^2.1.0",
"veaury": "^2.5.1",
"vue": "^3.5.11",
@@ -46,7 +44,6 @@
"@vue/test-utils": "^2.4.6",
"chai": "^4.1.2",
"chai-as-promised": "^8.0.1",
"copy-webpack-plugin": "^6.4.1",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
@@ -61,16 +58,15 @@
"karma-mocha": "^1.3.0",
"karma-spec-reporter": "^0.0.36",
"karma-vite": "^1.0.5",
"karma-webpack": "^5.0.1",
"mocha": "^5.2.0",
"process": "^0.11.10",
"url-loader": "^4.1.1",
"vite": "^5.4.14",
"vite-plugin-istanbul": "^5.0.0",
"vite-plugin-node-polyfills": "^0.23.0",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-static-copy": "^2.2.0",
"vue-cli-plugin-ui-karma": "^0.2.5",
"workbox-webpack-plugin": "^6.1.5"
"vue-cli-plugin-ui-karma": "^0.2.5"
},
"overrides": {
"karma-vite": {