-
Notifications
You must be signed in to change notification settings - Fork 254
/
package.json
54 lines (54 loc) · 1.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "react-native-dropdownalert",
"version": "5.1.0",
"description": "An alert to notify users about an error or something else.",
"main": "DropdownAlert.tsx",
"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": [
"react-native",
"ios",
"android",
"dropdown",
"alert",
"dismiss",
"error",
"info",
"warn",
"success"
],
"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": {
"@react-native/babel-preset": "0.76.2",
"@react-native/eslint-config": "0.76.2",
"@react-native/typescript-config": "0.76.2",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "12.8.1",
"@types/jest": "29.5.14",
"@types/react": "18.3.12",
"@types/react-test-renderer": "18.0.7",
"babel-jest": "29.7.0",
"eslint": "8.57.1",
"jest": "29.7.0",
"prettier": "3.3.3",
"react": "18.3.1",
"react-native": "0.76.2",
"react-test-renderer": "18.3.1",
"ts-jest": "29.2.5",
"typescript": "5.5.4"
},
"packageManager": "[email protected]"
}