feat: add emoji picker

This commit is contained in:
Alexander Daichendt 2025-02-14 10:56:39 +01:00
parent 963a37292d
commit 1d0b5ca55e
6 changed files with 122 additions and 19 deletions

View file

@ -8,7 +8,6 @@
"name": "Alexander Daichendt",
"url": "https://daichendt.one"
},
"packageManager": "pnpm@10.3.0",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
@ -19,6 +18,7 @@
},
"dependencies": {
"@tailwindcss/vite": "^4.0.6",
"emoji-picker-react": "^4.12.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.5",