diff --git a/package.json b/package.json index 363017b..8031eca 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "webpack-dev-server": "^5.2.4" }, "dependencies": { - "@mercuryworkshop/scramjet": "^1.1.0" + "@mercuryworkshop/scramjet": "^1.1.0", + "idb": "^8.0.3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b30f492..9372b98 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,9 @@ importers: '@mercuryworkshop/scramjet': specifier: ^1.1.0 version: 1.1.0 + idb: + specifier: ^8.0.3 + version: 8.0.3 devDependencies: copy-webpack-plugin: specifier: ^14.0.0 diff --git a/public/index.html b/public/index.html index b0449b2..f442426 100644 --- a/public/index.html +++ b/public/index.html @@ -20,6 +20,7 @@ +