forked from ammarahm-ed/react-native-actions-sheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.84 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
62
63
64
65
66
67
68
69
{
"name": "react-native-actions-sheet",
"version": "0.6.1",
"description": "A Cross Platform(Android & iOS) ActionSheet with a robust and flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.",
"main": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ammarahm-ed/react-native-actions-sheet.git"
},
"keywords": [
"bottom-animated",
"react-native",
"javascript",
"actionsheet",
"android",
"ios",
"action-sheet",
"bottom-sheet",
"bottom-drawer",
"dialog",
"picker",
"modal",
"drawer",
"raw-bottom-sheet",
"bottom-app-bar",
"react-native-action-sheet",
"react",
"native",
"action",
"sheet",
"bottom",
"sheet"
],
"author": "ammarahm-ed",
"license": "MIT",
"bugs": {
"url": "https://github.com/ammarahm-ed/react-native-actions-sheet/issues/"
},
"homepage": "https://github.com/ammarahm-ed/react-native-actions-sheet",
"peerDependencies": {
"react-native": "*"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@types/react": "17.0.38",
"@types/react-native": "0.66.11",
"@types/react-native-vector-icons": "^6.4.10",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "4.1.0",
"jest": "27.4.7",
"metro": "0.66.2",
"metro-react-native-babel-preset": "^0.66.2",
"react": "17.0.2",
"react-native": "0.66.4",
"react-native-vector-icons": "^9.0.0",
"typedoc": "^0.22.11",
"typedoc-plugin-markdown": "^3.11.12",
"typescript": "4.5.4"
},
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"docs": "typedoc --plugin typedoc-plugin-markdown --out docs ./index.tsx"
}
}