-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 858 Bytes
/
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
{
"name": "rn-swipeable-flatlist",
"version": "1.0.0",
"description": "A simple and fast react-native swipeable flastlist component",
"main": "index.js",
"scripts": {
"prettier": "prettier --write **/*.{ts,tsx,js}",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"eslint": "5.16.0",
"eslint-config-prettier": "5.0.0",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-react": "7.13.0",
"prettier": "1.18.2",
"prop-types": "15.7.2"
},
"peerDependencies": {
"react": ">=16.2.0",
"react-native": ">=0.55.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/khorark/rn-swipeable-flatlist.git"
},
"keywords": [
"react",
"native",
"swipe",
"FlatList",
"swipeable"
],
"author": "Khoroshikh Arkadiy",
"license": "MIT"
}