rn-custom-alert-prompt
Version:
ReactNative Alert & Prompt with no dependencies
76 lines (75 loc) • 1.95 kB
JSON
{
"name": "rn-custom-alert-prompt",
"version": "1.1.6",
"description": "ReactNative Alert & Prompt with no dependencies",
"private": false,
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"files": [
"src",
"dist/*",
"types/*"
],
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"build": "rm -rf dist && tsc && tsc -m es6 --outDir lib-esm",
"prepare": "husky install"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.73.11"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^13.3.3",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react": "18.2.0",
"react-native": "^0.73.11",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FerRiv3ra/rn-custom-alert-prompt.git"
},
"keywords": [
"react-native",
"alert",
"prompt",
"async",
"promise",
"dialog",
"modal",
"UI component",
"user interaction",
"simple",
"lightweight"
],
"author": "FerRivera",
"license": "MIT",
"bugs": {
"url": "https://github.com/FerRiv3ra/rn-custom-alert-prompt/issues"
},
"homepage": "https://github.com/FerRiv3ra/rn-custom-alert-prompt#readme",
"engines": {
"node": ">=18"
}
}