diff options
| author | Fuwn <[email protected]> | 2024-07-24 21:24:09 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-24 21:24:09 -0700 |
| commit | 8a94bbfba322f8011017980e4362d46c4d51bb55 (patch) | |
| tree | 4d861cd7f1d9304e6297e1b52fe759674fd5df1a /package.json | |
| parent | feat(layout): browser notifications (diff) | |
| download | due.moe-8a94bbfba322f8011017980e4362d46c4d51bb55.tar.xz due.moe-8a94bbfba322f8011017980e4362d46c4d51bb55.zip | |
feat: background notifications
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json index 39c17c61..98361f79 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,9 @@ "lint": "prettier --plugin-search-dir . --check . && eslint .", "format": "prettier --plugin-search-dir . --write ." }, + "trigger.dev": { + "endpointId": "proj_xyvcdvpvtwrkhoocrvml" + }, "devDependencies": { "@iconify/svelte": "^3.1.6", "@sveltejs/adapter-vercel": "next", @@ -38,6 +41,8 @@ "type": "module", "dependencies": { "@supabase/supabase-js": "^2.39.3", + "@trigger.dev/sdk": "^2.3.19", + "@trigger.dev/sveltekit": "^2.3.19", "@vercel/speed-insights": "^1.0.9", "dexie": "^4.0.1-alpha.25", "jsdom": "^23.0.1", @@ -50,6 +55,7 @@ "svelte-i18n": "^4.0.0", "svelte-markdown": "^0.4.1", "svelte-notifications": "^0.9.98", - "wanakana": "^5.3.1" + "wanakana": "^5.3.1", + "web-push": "^3.6.7" } } |