-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 999 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 999 Bytes
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
{
"name": "react-native-full-pin",
"version": "1.1.9",
"description": "React Native Full Pin is a component to use Pin In your apps, with buttons, input, functions all in the same place.",
"main": "dist/index.jsx",
"repository": {
"type": "git",
"url": "git+https://github.com/trupakufi/react-native-full-pin.git"
},
"keywords": [
"React Native",
"Pin",
"React Native Pin",
"React Native Full Pin",
"React",
"Pin React",
"React Pin",
"Pin React Native"
],
"author": "Mário Varela",
"license": "ISC",
"bugs": {
"url": "https://github.com/trupakufi/react-native-full-pin/issues"
},
"homepage": "https://trupakufi.github.io/react-native-full-pin/",
"dependencies": {
"react": "^18.2.0",
"react-native": "^0.69.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"typescript": "^5.0.4",
"@types/react": "^18.2.6",
"@types/react-native": "^0.72.1",
"@types/styled-components": "^5.1.26"
}
}