diff --git a/bun.lockb b/bun.lockb index 660d487..312f774 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index afdfa15..86bc805 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "format": "prettier --write src/" }, "dependencies": { + "file-saver": "^2.0.5", "fp-ts": "^2.16.9", "pinia": "^2.3.0", "primeicons": "^7.0.0", @@ -24,6 +25,7 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.15", "@tsconfig/node22": "^22.0.0", + "@types/file-saver": "^2.0.7", "@types/node": "^22.10.2", "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-prettier": "^10.1.0", diff --git a/src/App.vue b/src/App.vue index e13ab1d..176acaf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,21 +1,22 @@