mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 12:01:00 +00:00
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"name": "@mantine/notifications",
|
|
"version": "8.3.18",
|
|
"description": "Mantine notifications system",
|
|
"homepage": "https://mantine.dev",
|
|
"license": "MIT",
|
|
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
|
|
"keywords": [
|
|
"components",
|
|
"frontend",
|
|
"library",
|
|
"next",
|
|
"nextjs",
|
|
"notification",
|
|
"notification-manager",
|
|
"notification-system",
|
|
"react",
|
|
"ui",
|
|
"ui-kit"
|
|
],
|
|
"sideEffects": [
|
|
"*.css"
|
|
],
|
|
"main": "./cjs/index.cjs",
|
|
"module": "./esm/index.mjs",
|
|
"types": "./lib/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./lib/index.d.mts",
|
|
"default": "./esm/index.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./lib/index.d.ts",
|
|
"default": "./cjs/index.cjs"
|
|
}
|
|
},
|
|
"./styles.css": "./styles.css",
|
|
"./styles.layer.css": "./styles.layer.css"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/mantinedev/mantine.git",
|
|
"type": "git",
|
|
"directory": "packages/@mantine/notifications"
|
|
},
|
|
"peerDependencies": {
|
|
"@mantine/core": "8.3.18",
|
|
"@mantine/hooks": "8.3.18",
|
|
"react": "^18.x || ^19.x",
|
|
"react-dom": "^18.x || ^19.x"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/store": "8.3.18",
|
|
"react-transition-group": "4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@mantine-tests/core": "workspace:*",
|
|
"@mantine/core": "workspace:*",
|
|
"@mantine/hooks": "workspace:*",
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1"
|
|
}
|
|
}
|