Remove deprecated scripts and components related to Nostr functionality, including admin post debugging, VAPID key generation, and admin note sending. Clean up package dependencies by removing unused libraries and updating package-lock.json and package.json accordingly.

This commit is contained in:
padreug 2025-09-04 22:39:02 +02:00
parent 2f0024478d
commit a551f46c90
16 changed files with 7 additions and 1488 deletions

View file

@ -18,12 +18,9 @@
},
"dependencies": {
"@tanstack/vue-table": "^8.21.2",
"@types/qrcode": "^1.5.5",
"@vueuse/components": "^12.5.0",
"@vueuse/core": "^12.8.2",
"@vueuse/head": "^2.0.0",
"@vueuse/integrations": "^13.6.0",
"async-validator": "^4.2.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
@ -37,14 +34,12 @@
"radix-vue": "^1.9.13",
"reka-ui": "^2.4.1",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.1",
"tailwindcss-animate": "^1.0.7",
"unique-names-generator": "^4.7.1",
"vue": "^3.5.13",
"vue-i18n": "^9.14.2",
"vue-router": "^4.5.0",
"vue-sonner": "^2.0.2",
"web-vitals": "^3.5.2"
"vue-sonner": "^2.0.2"
},
"devDependencies": {
"@electron-forge/cli": "^7.7.0",