react-native-toastier
Version:
A Fully Customizable Toast Component for React Native.
85 lines (84 loc) • 1.76 kB
JSON
{
"name": "react-native-toastier",
"version": "2.0.4",
"author": {
"name": "Hardik Viradiya",
"email": "hardikviradiya27@gmail.com"
},
"keywords": [
"toast",
"toasts",
"react-native-component",
"react-native-components",
"react-native-elements",
"react-native-element",
"toastier",
"toastify",
"toastiers",
"short message",
"react native short message",
"react native toast message",
"react-native-toast",
"react-native-snackbar",
"snackbar",
"toast message",
"react-native",
"notifications",
"alerts",
"animated",
"animation",
"message"
],
"license": "MIT",
"scripts": {
"lint": "eslint .",
"start": "react-native start",
"prepare": "bob build"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"@types/react-native": "^0.73.0"
},
"devDependencies": {
"@react-native/typescript-config": "0.74.83",
"@types/react": "^18.2.6",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-native-builder-bob": "^0.23.2",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/hardik27111/react-native-toastify#readme",
"main": "lib/commonjs/index.js",
"react-native": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/index.d.ts",
"files": [
"lib"
],
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
[
"commonjs",
{
"copyFlow": true
}
],
"module",
"typescript"
]
},
"eslintIgnore": [
"node_modules/",
"lib/"
]
}