@k-link/notifications
Version:
Notification system based on Klink UI components
42 lines (41 loc) • 982 B
JSON
{
"name": "@k-link/notifications",
"description": "Notification system based on Klink UI components",
"version": "0.1.0",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"author": "Vitaly Rtishchev <rtivital@gmail.com>",
"sideEffects": false,
"homepage": "https://ui.klink.cloud/others/notifications/",
"repository": {
"url": "https://github.com/K-Link-Tech/k-link-ui.git",
"type": "git",
"directory": "src/k-link-notifications"
},
"keywords": [
"react",
"next",
"nextjs",
"ui",
"components",
"ui-kit",
"library",
"frontend",
"notification",
"notification-manager",
"notification-system"
],
"peerDependencies": {
"@k-link/core": "0.1.0",
"@k-link/hooks": "0.1.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@k-link/utils": "0.1.0",
"react-transition-group": "4.4.2"
},
"devDependencies": {}
}