react-native-dropdownalert
Version:
A simple alert to notify users about new chat messages, something went wrong or everything is ok.
56 lines (55 loc) • 1.51 kB
JSON
{
"name": "react-native-dropdownalert",
"version": "4.5.1",
"description": "A simple alert to notify users about new chat messages, something went wrong or everything is ok.",
"main": "DropdownAlert.js",
"types": "index.d.ts",
"scripts": {
"test": "npx jest --coverage",
"lint": "npx eslint .",
"lint:fix": "npx eslint . --fix",
"prettier": "npx prettier --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/testshallpass/react-native-dropdownalert.git"
},
"keywords": [
"dropdown",
"alert",
"error",
"info",
"warning",
"react-native",
"ios",
"android",
"react-component"
],
"author": "Brian Sinnicke",
"license": "MIT",
"bugs": {
"url": "https://github.com/testshallpass/react-native-dropdownalert/issues"
},
"homepage": "https://github.com/testshallpass/react-native-dropdownalert#readme",
"devDependencies": {
"@babel/core": "7.12.9",
"@babel/preset-env": "7.16.5",
"@react-native-community/eslint-config": "2.0.0",
"babel-jest": "26.6.3",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"enzyme-to-json": "3.6.2",
"eslint": "7.14.0",
"eslint-config-prettier": "8.3.0",
"jest": "26.6.3",
"metro-react-native-babel-preset": "0.66.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.66.4",
"react-test-renderer": "17.0.2",
"typescript": "4.5.4"
},
"dependencies": {
"prop-types": "15.5.10"
}
}