forked from jshanson7/react-native-swipeable
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "react-native-swipeable-reborn",
"version": "0.6.2",
"description": "A powerful React Native swipe component, forked from react-native-swipeable",
"main": "lib/index.js",
"scripts": {
"build": "make build",
"lint": "make lint"
},
"author": "Nilmanduil",
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@babel/eslint-parser": "7.18.9",
"@babel/preset-env": "7.18.10",
"@babel/preset-react": "7.18.6",
"@babel/preset-stage-0": "7.8.3",
"eslint": "8.21.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.30.1"
},
"peerDependencies": {
"react": ">=15.2.0",
"react-native": ">=0.63.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nilmanduil/react-native-swipeable.git"
},
"keywords": [
"react",
"native",
"swipe",
"ListView",
"TableView"
],
"dependencies": {
"prop-types": ">=15.8.1"
}
}