@dailyshot/notifications
Version:
Notification system based on Dailyshot components
42 lines (41 loc) • 984 B
JSON
{
"name": "@dailyshot/notifications",
"description": "Notification system based on Dailyshot components",
"version": "0.1.74",
"main": "cjs/index.js",
"types": "lib/index.d.ts",
"module": "esm/index.mjs",
"license": "MIT",
"author": "snowjang24 <asdka4618@gmail.com>",
"sideEffects": false,
"homepage": "https://dailyshot.co/",
"repository": {
"url": "https://github.com/dailyshot-dev/dailyshot-web-ui.git",
"type": "git",
"directory": "src/dailyshot-notifications"
},
"keywords": [
"react",
"next",
"nextjs",
"ui",
"components",
"ui-kit",
"library",
"frontend",
"notification",
"notification-manager",
"notification-system"
],
"peerDependencies": {
"@dailyshot/core": "0.1.74",
"@dailyshot/hooks": "0.1.74",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@dailyshot/utils": "0.1.74",
"react-transition-group": "4.4.2"
},
"devDependencies": {}
}