forked from jshanson7/react-native-swipeable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "react-native-swipeable",
"version": "0.7.1",
"description":
"A powerful React Native swipe component based on @jshanson7 package",
"main": "lib/index.js",
"scripts": {
"build": "make build",
"lint": "make lint"
},
"author": "Jeff Hanson",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"eslint": "^3.12.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0"
},
"peerDependencies": {
"react": ">=15.2.0",
"react-native": ">=0.44.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oojikoo/react-native-swipeable.git"
},
"keywords": ["react", "native", "swipe", "ListView", "TableView"],
"dependencies": {
"prop-types": "^15.5.10"
}
}