@hd-app-modules/message
Version:
A React Native hook for managing loading states and message notifications with toast and modal support
52 lines (51 loc) • 1.33 kB
JSON
{
"name": "@hd-app-modules/message",
"version": "1.3.0",
"description": "A React Native hook for managing loading states and message notifications with toast and modal support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && npx tsc && node ../../../scripts/minify-package.js .",
"dev": "npx tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build",
"clean": "rm -rf ./dist"
},
"files": [
"dist",
"README.md",
"!dist/*.tsbuildinfo"
],
"keywords": [
"react-native",
"message",
"toast",
"loading",
"notifications",
"hooks",
"react",
"typescript",
"zustand",
"styled-components"
],
"author": "hoangdaicntt",
"license": "ISC",
"peerDependencies": {
"@expo/vector-icons": ">=13.0.0",
"react": ">=16.8.0",
"react-native": ">=0.60.0",
"styled-components": ">=5.0.0",
"zustand": ">=4.0.0"
},
"dependencies": {
"@hd-app-modules/components": "^1.2.0",
"@hd-app-modules/font": "^1.3.0",
"@hd-app-modules/shared": "^1.8.0",
"@hd-app-modules/theme": "^1.3.0",
"@hd-app-modules/translate": "^1.6.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "73aa2215a2d150d2da563594d048474d6620ac76"
}