toastvibe
Version:
ToastVibe is a lightweight, customizable, and flexible toast notification library for React.
41 lines (40 loc) • 1.03 kB
JSON
{
"name": "toastvibe",
"version": "1.12.5",
"description": "ToastVibe is a lightweight, customizable, and flexible toast notification library for React.",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"react",
"toast",
"notifications",
"ui",
"react-toast",
"toast-library"
],
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts --sourcemap false",
"dev": "tsup src/index.ts --format esm,cjs --dts --watch",
"lint": "eslint src --ext .ts,.tsx",
"format": "prettier --write src"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"devDependencies": {
"@types/react": ">=17.0.0",
"@types/react-dom": ">=17.0.0",
"typescript": "^5.0.0",
"tsup": "^8.0.0",
"eslint": "^8.0.0",
"prettier": "^3.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0"
}
}