aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-22 22:34:51 -0800
committerFuwn <[email protected]>2026-01-22 22:34:51 -0800
commitba231d3c621fc2f4e5c09b135fcaf7781d4ff2e4 (patch)
treecf8bf4fed8974e01b3c472ac9207c3498d37fb11 /package.json
parentfix(notifications): Replace svelte-notifications with custom store for Svelte 5 (diff)
downloaddue.moe-ba231d3c621fc2f4e5c09b135fcaf7781d4ff2e4.tar.xz
due.moe-ba231d3c621fc2f4e5c09b135fcaf7781d4ff2e4.zip
chore(deps): Migrate from npm to pnpm
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 1 insertions, 9 deletions
diff --git a/package.json b/package.json
index 67815cfa..416a51be 100644
--- a/package.json
+++ b/package.json
@@ -63,13 +63,5 @@
"uuid": "^10.0.0",
"wanakana": "^5.3.1",
"web-push": "^3.6.7"
- },
- "trustedDependencies": [
- "@sveltejs/kit",
- "@vercel/speed-insights",
- "es5-ext",
- "esbuild",
- "msw",
- "protobufjs"
- ]
+ }
}