2024-01-02 14:18:37 +01:00
|
|
|
{
|
|
|
|
|
"name": "@homarr/notifications",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./index.ts",
|
|
|
|
|
"./styles.css": "./src/styles.css"
|
|
|
|
|
},
|
|
|
|
|
"typesVersions": {
|
|
|
|
|
"*": {
|
|
|
|
|
"*": [
|
|
|
|
|
"src/*"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rm -rf .turbo node_modules",
|
|
|
|
|
"lint": "eslint .",
|
|
|
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@homarr/eslint-config": "workspace:^0.2.0",
|
|
|
|
|
"@homarr/prettier-config": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/tsconfig": "workspace:^0.1.0",
|
2024-02-27 21:19:06 +01:00
|
|
|
"eslint": "^8.57.0",
|
2024-04-11 20:56:02 +02:00
|
|
|
"typescript": "^5.4.5"
|
2024-01-02 14:18:37 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-04-27 14:25:20 +02:00
|
|
|
"@mantine/notifications": "^7.8.1",
|
2024-01-02 14:18:37 +01:00
|
|
|
"@homarr/ui": "workspace:^0.1.0"
|
|
|
|
|
},
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": [
|
|
|
|
|
"@homarr/eslint-config/base"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"prettier": "@homarr/prettier-config"
|
|
|
|
|
}
|