forked from jarden-digital/react-native-pincode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.38 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.38 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
46
47
{
"name": "@haskkor/react-native-pincode",
"version": "1.5.0",
"description": "React native PIN code component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "yarn build -watch",
"build": "tsc",
"compile": "npm run build",
"addlocal": "yarn add file:./local_modules/react-native-pincode"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Haskkor/react-native-pincode.git"
},
"author": "Jeremy Farnault",
"license": "MIT",
"bugs": {
"url": "https://github.com/Haskkor/react-native-pincode/issues"
},
"homepage": "https://github.com/Haskkor/react-native-pincode#readme",
"devDependencies": {
"@types/d3-ease": "^1.0.7",
"@types/lodash": "^4.14.104",
"@types/react": "^16.0.40",
"@types/react-native": "^0.52.16",
"@types/react-native-vector-icons": "^4.4.3",
"@types/react-navigation": "^1.2.1",
"react": "^16.2.0",
"react-native": "^0.54.2",
"typescript": "^2.7.2"
},
"dependencies": {
"react-native-easy-grid": "^0.1.17",
"react-native-keychain": "^3.0.0-rc.3",
"react-native-touch-id": "gazaret/react-native-touch-id#a7eefb70c0e01ec1036e9026c73221b520d46577",
"react-native-vector-icons": "^4.5.0",
"react-move": "^2.7.0",
"lodash": "^4.17.5",
"d3-ease": "^1.0.3"
},
"peerDependencies": {
"react-native": "*",
"react": "*"
}
}