ios-notification-stack
Version:
iOS-style notification stack system for React applications with bundled dependencies
76 lines (75 loc) • 1.92 kB
JSON
{
"name": "ios-notification-stack",
"version": "2.1.1",
"description": "iOS-style notification stack system for React applications with bundled dependencies",
"author": "Parth Chawla",
"license": "MIT",
"type": "module",
"main": "dist/ios-notification-stack.umd.js",
"module": "dist/ios-notification-stack.es.js",
"exports": {
".": {
"import": "./dist/ios-notification-stack.es.js",
"require": "./dist/ios-notification-stack.umd.js"
},
"./dist/style.css": "./dist/style.css"
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"prepare": "npm run build"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"@reduxjs/toolkit": "^2.6.1",
"framer-motion": "^12.6.0",
"lucide-react": "^0.484.0",
"react-redux": "^9.2.0",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"@tailwindcss/vite": "^4.0.16",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"vite": "^6.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.0.16"
},
"keywords": [
"react",
"notification",
"toast",
"alert",
"ios",
"stack",
"redux",
"framer-motion",
"plug-and-play"
],
"repository": {
"type": "git",
"url": "https://github.com/sponge-bobs-square-pants/React_Components"
},
"bugs": {
"url": "https://github.com/sponge-bobs-square-pants/React_Components/issues"
},
"homepage": "https://github.com/sponge-bobs-square-pants/React_Components#readme",
"sideEffects": [
"*.css"
]
}