-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 KB
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
{
"name": "react-native-floating-action-circle-button",
"version": "0.0.1",
"description": "Simple floating action button component with circle button for react native",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"keywords": [
"react-native",
"react-native-floating-action-button",
"action-button",
"floating-action",
"circle-button"
],
"author": "Bui Trung Hieu",
"license": "MIT",
"dependencies": {
"react": "17.0.2",
"react-native": "0.68.2"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/runtime": "^7.18.9",
"@react-native-community/eslint-config": "^3.1.0",
"babel-jest": "^28.1.3",
"eslint": "^8.22.0",
"jest": "^28.1.3",
"metro-react-native-babel-preset": "^0.72.1",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
},
"repository": {
"type": "git",
"url": "https://github.com/hieutbui/react-native-floatng-action-circle-button"
},
"bugs": {
"url": "https://github.com/hieutbui/react-native-floatng-action-circle-button/issues"
}
}