-
-
Notifications
You must be signed in to change notification settings - Fork 179
/
package.json
50 lines (50 loc) · 1.37 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
{
"name": "react-native-floating-action",
"version": "1.20.0",
"description": "Simple (FAB) floating action component for react-native",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"run:example": "cd example/ && yarn install && yarn start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/santomegonzalo/react-native-floating-action.git"
},
"keywords": [
"react-native",
"action-button",
"floating-action",
"material-design",
"float-action"
],
"author": "Gonzalo Santome",
"license": "MIT",
"bugs": {
"url": "https://github.com/santomegonzalo/react-native-floating-action/issues"
},
"homepage": "https://github.com/santomegonzalo/react-native-floating-action#readme",
"dependencies": {},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-eslint": "10.0.1",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-preset-react-native": "4.0.1",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-loader": "2.1.2",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-import": "2.17.3",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.13.0",
"react": "^16.8.6",
"react-native": "^0.59.8"
}
}