haptic-sound-toast
Version:
A customizable toast notification library for Next.js and React
87 lines (86 loc) • 2.3 kB
JSON
{
"name": "haptic-sound-toast",
"version": "0.1.10",
"description": "A customizable toast notification library for Next.js and React",
"private": false,
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "next dev",
"build": "rollup -c --bundleConfigAsCjs",
"build:next": "next build",
"start": "next start",
"lint": "next lint",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"nextjs",
"toast",
"haptic-sound-toast",
"sound-toast",
"haptic-toast",
"vibration",
"vibration-toast",
"notification",
"ui",
"component",
"framer-motion"
],
"author": "Taher Hathi",
"license": "MIT",
"peerDependencies": {
"framer-motion": ">=10.0.0",
"next": ">=13.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"tailwindcss": ">=3.0.0"
},
"dependencies": {
"lucide-react": "^0.479.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-typescript": "^11.1.6",
"@tailwindcss/postcss": "^4",
"@types/node": "^20.17.30",
"@types/react": "^19.1.0",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"framer-motion": "^12.4.10",
"next": "15.2.1",
"next-themes": "^0.4.4",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^4.9.6",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.6.2",
"typescript": "^5.8.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tahermaxse/haptic-sound-toast.git"
},
"bugs": {
"url": "https://github.com/tahermaxse/haptic-sound-toast/issues"
},
"homepage": "https://github.com/tahermaxse/haptic-sound-toast/react#readme"
}