Added the sonner library for toast notifications across various components, improving user feedback for actions such as saving settings, syncing rules, and handling errors. Updated the layout to include a Toaster component for consistent notification display. Refactored alert messages in the backups, gre, and filters pages to utilize the new notification system, enhancing overall user experience.
19 lines
352 B
JSON
19 lines
352 B
JSON
{
|
|
"name": "@mmapp/contracts",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./servers": "./dist/servers.js",
|
|
"./alerts": "./dist/alerts.js",
|
|
"./events": "./dist/events.js"
|
|
},
|
|
"dependencies": {
|
|
"zod": "^4.4.1"
|
|
}
|
|
}
|