xerexjs
Version:
A simple notification system for NextJS/ReactJS with real-time capabilities
58 lines (57 loc) • 1.52 kB
JSON
{
"name": "xerexjs",
"version": "2.3.0",
"description": "A simple notification system for NextJS/ReactJS with real-time capabilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && postcss src/styles/global.css -o dist/styles/global.css",
"prepublishOnly": "npm run build",
"patch": "tsc && npm version patch && npm publish --access public",
"minor": "tsc && npm version minor && npm publish --access public",
"major": "tsc && npm version major && npm publish --access public"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"keywords": [
"notification",
"real-time",
"nextjs",
"Xerex",
"react",
"xerex",
"xerexjs",
"websockets",
"pubsub",
"redis",
"push-notifications",
"notifications-system",
"nextjs-notifications",
"react-notifications",
"real-time-notifications",
"socketio",
"event-driven",
"typescript",
"npm-package"
],
"dependencies": {
"@radix-ui/react-popover": "^1.1.6",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.19.2",
"lucide-react": "^0.475.0",
"postcss": "^8.5.3",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.8",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.8",
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"postcss-cli": "^11.0.0"
}
}