mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:01:09 +02:00
- Add slide-in sidebar overlay with backdrop on mobile - Make message actions appear below message on mobile - Adjust emoji picker positioning for viewport awareness - Reduce excessive padding on mobile screens - Hide disabled call buttons on small screens - Add responsive widths to panels and dialogs - Close sidebar automatically when selecting room on mobile
28 lines
559 B
JSON
28 lines
559 B
JSON
{
|
|
"name": "@manacore/shared-drizzle-config",
|
|
"version": "1.0.0",
|
|
"description": "Shared Drizzle ORM configuration factory",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"import": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"drizzle-kit": "^0.30.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.2",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"peerDependencies": {
|
|
"drizzle-kit": ">=0.20.0"
|
|
}
|
|
}
|