-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
57 lines (57 loc) · 1.5 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
{
"name": "react-native-underline-tabbar",
"version": "1.3.6",
"description": "Custom Tabbar for https://github.com/skv-headless/react-native-scrollable-tab-view",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Slowyn/react-native-underline-tabbar.git"
},
"keywords": [
"react-native",
"react",
"component",
"react-native-scrollable-tab-view",
"tabbar",
"react-native-component",
"react-component",
"ios",
"scrollable",
"tab",
"scroll",
"scrolling",
"items",
"snap",
"android",
"ios"
],
"author": "K. E. Yakushin",
"license": "MIT",
"bugs": {
"url": "https://github.com/Slowyn/react-native-underline-tabbar/issues"
},
"homepage": "https://github.com/Slowyn/react-native-underline-tabbar#readme",
"peerDependencies": {
"react-native": ">=0.20.0"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-plugin-module-resolver": "^2.3.0",
"babel-preset-airbnb": "^1.1.1",
"babel-preset-react-native": "1.9.0",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-import-resolver-babel-module": "^2.2.1",
"eslint-plugin-flowtype": "^2.39.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"flow-bin": "^0.56.0",
"prettier": "^1.7.0"
},
"dependencies": {}
}