-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.49 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.49 KB
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
{
"name": "@delightfulstudio/react-native-power-action-sheet",
"version": "0.2.1",
"description": "Cross-platform action sheet component with powerful customization options",
"author": "Delightful Studio",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"test": "true",
"build": "true",
"release-notes": "conventional-github-releaser -p eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DelightfulStudio/react-native-power-action-sheet.git"
},
"keywords": [
"react-component",
"react-native",
"android",
"action-sheet"
],
"peerDependencies": {
"@delightfulstudio/react-native-safe-area-insets": ">=0.1.0",
"prop-types": ">=15.6.0",
"react": ">=16.4.2",
"react-native": ">=0.55.4"
},
"devDependencies": {
"@delightfulstudio/react-native-safe-area-insets": ">=0.1.0",
"@textpress/eslint-config-textpress": "^0.4.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.0.1",
"babel-preset-react-native": "^4.0.0",
"conventional-github-releaser": "^3.1.2",
"eslint": "^5.6.0",
"jest": "^23.1.0",
"metro-react-native-babel-preset": "0.45.5",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "16.5.0",
"react-native": "0.57.0",
"react-test-renderer": "16.5.0"
},
"jest": {
"preset": "react-native"
}
}