-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (60 loc) · 1.6 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
55
56
57
58
59
60
61
{
"name": "react-native-platform-specific-hook-selector",
"version": "1.0.41",
"description": "Simple wrapper for actionSheetIOS and native android picker",
"main": "src/index.ts",
"types": "src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./lib && tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\""
},
"repository": {
"type": "git",
"url": "https://github.com/beqramo/react-native-platform-specific-hook-selector.git"
},
"bugs": {
"url": "https://github.com/beqramo/react-native-platform-specific-hook-selector/issues"
},
"homepage": "https://github.com/beqramo/react-native-platform-specific-hook-selector#readme",
"author": "Beka Kokhodze",
"license": "ISC",
"keywords": [
"react-native",
"react-native-component",
"react",
"react native",
"RN",
"mobile",
"ios",
"android",
"ui",
"select",
"selector",
"actionSheet",
"actionSheetIOS",
"picker",
"picker android",
"hook"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"metro-react-native-babel-preset": "^0.59.0",
"prettier": "^2.0.4",
"typescript": "^3.8.3"
},
"dependencies": {
"@types/react-native": "^0.62.2",
"react-native-dialogs": "^1.1.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-dialogs": "*"
}
}