@rtdui/notifications
Version:
React notifications base on Rtdui components
54 lines (53 loc) • 1.16 kB
JSON
{
"name": "@rtdui/notifications",
"version": "5.1.0",
"description": "React notifications base on Rtdui components",
"types": "./lib/index.d.ts",
"main": "./cjs/index.cjs",
"module": "./esm/index.mjs",
"exports": {
".": {
"import": {
"types": "./lib/index.d.ts",
"default": "./esm/index.mjs"
},
"require": {
"types": "./lib/index.d.ts",
"default": "./cjs/index.cjs"
}
}
},
"keywords": [
"notification",
"notifications",
"react",
"remix",
"remixjs",
"next",
"nextjs",
"ui",
"ui-kit",
"components",
"library",
"frontend",
"design"
],
"author": "fu zhong wei <jackyleefzw@163.com>",
"license": "MIT",
"homepage": "https://rtdui.com/",
"repository": {
"url": "https://github.com/rtdui/rtdui.git",
"type": "git",
"directory": "packages/notifications"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"peerDependencies": {
"@rtdui/hooks": "5.1.0",
"@rtdui/core": "5.1.0",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
}
}