2024-01-02 14:18:37 +01:00
|
|
|
{
|
|
|
|
|
"name": "@homarr/notifications",
|
|
|
|
|
"version": "0.1.0",
|
2024-09-01 16:40:22 +03:00
|
|
|
"private": true,
|
2025-03-01 17:23:00 +01:00
|
|
|
"license": "Apache-2.0",
|
2024-06-08 20:49:57 +02:00
|
|
|
"type": "module",
|
2024-01-02 14:18:37 +01:00
|
|
|
"exports": {
|
|
|
|
|
".": "./index.ts",
|
|
|
|
|
"./styles.css": "./src/styles.css"
|
|
|
|
|
},
|
|
|
|
|
"typesVersions": {
|
|
|
|
|
"*": {
|
|
|
|
|
"*": [
|
|
|
|
|
"src/*"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rm -rf .turbo node_modules",
|
|
|
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
2024-09-01 16:40:22 +03:00
|
|
|
"lint": "eslint",
|
2024-01-02 14:18:37 +01:00
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
2024-09-01 16:40:22 +03:00
|
|
|
"prettier": "@homarr/prettier-config",
|
2024-06-10 21:26:39 +02:00
|
|
|
"dependencies": {
|
|
|
|
|
"@homarr/ui": "workspace:^0.1.0",
|
2025-09-28 18:37:57 +00:00
|
|
|
"@mantine/notifications": "^8.3.2",
|
2025-09-20 19:24:29 +00:00
|
|
|
"@tabler/icons-react": "^3.35.0"
|
2024-06-10 21:26:39 +02:00
|
|
|
},
|
2024-01-02 14:18:37 +01:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@homarr/eslint-config": "workspace:^0.2.0",
|
|
|
|
|
"@homarr/prettier-config": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/tsconfig": "workspace:^0.1.0",
|
2025-09-24 16:39:21 +00:00
|
|
|
"eslint": "^9.36.0",
|
2025-08-01 13:59:35 +02:00
|
|
|
"typescript": "^5.9.2"
|
2024-09-01 16:40:22 +03:00
|
|
|
}
|
2024-01-02 14:18:37 +01:00
|
|
|
}
|