mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-21 19:41:23 +01:00
refactor: compile service worker
This commit is contained in:
parent
5e6f599348
commit
392cc24f7c
12 changed files with 491 additions and 263 deletions
10
package.json
10
package.json
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue