-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
55 lines (55 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
{
"name": "react-native-sms-verifycode",
"version": "2.4.3",
"description": "A component for entering a set of SMS verification codes for react-native, Compatible for Android and iOS",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shixiaoquan/react-native-verifycode.git"
},
"keywords": [
"verifycode",
"verification code",
"verification",
"react-native",
"input",
"SMS",
"verify",
"code",
"SMS verification codes"
],
"author": "shixiaoquan",
"license": "MIT",
"bugs": {
"url": "https://github.com/shixiaoquan/react-native-sms-verifycode/issues"
},
"homepage": "https://github.com/shixiaoquan/react-native-sms-verifycode#readme",
"dependencies": {
"prop-types": "^15.6.2"
},
"devDependencies": {
"babel-jest": "22.1.0",
"babel-eslint": "^8.2.6",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1",
"eslint-plugin-standard": "^3.0.1",
"jest": "^22.1.4",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}