refactor: compile service worker

This commit is contained in:
Azgaar 2022-07-07 01:50:53 +03:00
parent 5e6f599348
commit 392cc24f7c
12 changed files with 491 additions and 263 deletions

View file

@ -10,12 +10,20 @@
"preview": "vite preview"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/d3": "^5.9.0",
"@types/jquery": "^3.5.14",
"@types/jqueryui": "^1.12.16",
"rollup": "^2.75.7",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.7.4",
"vite": "3.0.0-beta.6",
"vite-plugin-html": "^3.2.0"
"vite-plugin-html": "^3.2.0",
"workbox-cacheable-response": "^6.5.3",
"workbox-expiration": "^6.5.3",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3"
},
"dependencies": {
"d3": "5.8.0",