forked from jarden-digital/react-native-pincode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1003 Bytes
/
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
{
"name": "@dusan-ivanco/react-native-pincode",
"version": "1.22.11",
"description": "React native PIN code component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dusan-ivanco/react-native-pincode.git"
},
"author": "Dušan Ivančo",
"license": "MIT",
"bugs": {
"url": "https://github.com/dusan-ivanco/react-native-pincode/issues"
},
"homepage": "https://github.com/dusan-ivanco/react-native-pincode#readme",
"devDependencies": {
"@types/react": "^18.3.3"
},
"dependencies": {
"d3-ease": "^3.0.1",
"react-move": "^6.5.0",
"react-native-easy-grid": "^0.2.2"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "*",
"expo": "*",
"expo-local-authentication": "*",
"lodash": "*",
"react": "*",
"react-native": "*",
"react-native-keychain": "*",
"react-native-vector-icons": "*"
}
}