-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.51 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": "react-native-customizable-checkbox",
"description": "A simple and fully customizable React Native Checkbox component.",
"version": "1.0.14",
"main": "index.tsx",
"repository": {
"type": "git",
"url": "git+https://github.com/Cnilton/react-native-checkbox.git"
},
"keywords": [
"react-native",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"checkbox",
"react-native-checkbox",
"customizable"
],
"author": "Caio Nilton",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"bugs": {
"url": "https://github.com/Cnilton/react-native-checkbox/issues"
},
"homepage": "https://github.com/Cnilton/react-native-checkbox#readme",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@react-native-community/eslint-config": "^0.0.7",
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"jest": "^25.1.0",
"@types/jest": "^25.1.2",
"@types/react": "^16.9.19",
"@types/react-native": "^0.61.12",
"@types/react-test-renderer": "^16.9.2",
"typescript": "^3.7.5",
"metro-react-native-babel-preset": "^0.58.0",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"@types/jest": "^25.1.2",
"@types/react": "^16.9.19",
"@types/react-native": "^0.61.12",
"@types/react-test-renderer": "^16.9.2",
"typescript": "^3.7.5",
"react": "*",
"react-native": "*"
}
}