mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
feat: ✨ Add emoji theme picker
This commit is contained in:
parent
ac4acd31cb
commit
6b6d1d44d2
13 changed files with 132 additions and 21 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue