feat: Add emoji theme picker

This commit is contained in:
Jesse Wierzbinski 2024-11-05 14:25:28 +01:00
parent ac4acd31cb
commit 6b6d1d44d2
No known key found for this signature in database
13 changed files with 132 additions and 21 deletions

View file

@ -23,7 +23,7 @@
"build": "nuxt build",
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 bun --bun nuxt dev --https --https.cert config/versia-fe.localhost.pem --https.key config/versia-fe.localhost-key.pem --host versia-fe.localhost",
"generate": "nuxt generate",
"preview": "nuxt preview",
"emojis:generate": "bun run utils/emojis.ts",
"postinstall": "nuxt prepare",
"lint": "bunx @biomejs/biome check .",
"check": "bunx tsc -p ."
@ -64,7 +64,12 @@
"@types/html-to-text": "^9.0.4",
"@vue-email/nuxt": "^0.8.19",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.1.10",
"@iconify-json/fluent-emoji": "^1.2.1",
"@iconify-json/fluent-emoji-flat": "^1.2.1",
"@iconify-json/noto": "^1.2.1",
"@iconify-json/twemoji": "^1.2.1",
"@iconify/utils": "^2.1.33"
},
"trustedDependencies": [
"@biomejs/biome",