messages implemented

This commit is contained in:
2026-02-26 21:12:32 +01:00
parent d0aefc5ddc
commit 15b7b77d20
168 changed files with 14728 additions and 6786 deletions

View File

@@ -13,6 +13,7 @@
"playwright:install": "npx playwright install"
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/vite": "^4.0.0",
"@testing-library/react": "^16.1.0",
@@ -27,14 +28,17 @@
"sass": "^1.70.0",
"tailwindcss": "^3.1.0",
"vite": "^7.0.7",
"vitest": "^2.1.8",
"@playwright/test": "^1.40.0"
"vitest": "^2.1.8"
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@inertiajs/core": "^1.0.4",
"@inertiajs/react": "^1.0.4",
"emoji-mart": "^5.6.0",
"framer-motion": "^12.34.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0"
}
}