-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.57 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.57 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
49
50
51
52
53
54
55
{
"name": "react-native-ios-swipe-actions",
"version": "0.1.5",
"description": "Native IOS Swipe actions with configurable options 🚀",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"docs": "typedoc",
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"react-native-ios-components",
"react-native-swipe",
"react-native-swipeable",
"react-native-ios",
"ios",
"react-native-drawer",
"react-native-swipe-actions",
"react-native-actions",
"react-native-swift",
"swiftui",
"react-native-ui",
"react-native-listview",
"react-native-module",
"react-native-table-view"
],
"repository": "https://github.com/rit3zh/react-native-ios-swipe-actions",
"bugs": {
"url": "https://github.com/rit3zh/react-native-ios-swipe-actions/issues"
},
"author": "rit3zh <[email protected]> (https://github.com/rit3zh)",
"license": "MIT",
"homepage": "https://swipe-actions-docs.vercel.app/",
"devDependencies": {
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.5.2",
"expo-modules-core": "^1.12.14",
"typedoc-plugin-markdown": "^4.0.3"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}