-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.58 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "deprecated-react-native-swipeableflatlist",
"version": "0.1.0",
"description": "Deprecated SwipeableFlatList component from react native 59.10.0",
"license": "BSD-3-Clause",
"author": "Ivn Nv",
"main": "index.js",
"bugs": {
"url": "https://github.com/ivnnv/deprecated-react-native-swipeableflatlist/issues"
},
"homepage": "https://github.com/ivnnv/deprecated-react-native-swipeableflatlist#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ivnnv/deprecated-react-native-swipeableflatlist.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"ui",
"flatlist",
"swipeable",
"row",
"action"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@babel/runtime": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/generator": "^7.0.0",
"@react-native-community/cli": "^3.0.0-alpha.2",
"@react-native-community/eslint-plugin": "1.0.0",
"babel-eslint": "10.0.1",
"eslint": "5.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-flowtype": "2.50.3",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-react-native": "3.6.0",
"flow-bin": "^0.92.0",
"flow-remove-types": "1.2.3",
"metro-react-native-babel-preset": "^0.56.0",
"prettier": "1.17.0",
"react": "16.9.0",
"react-native": "0.59.10"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}