forked from Kolos65/react-native-character-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.81 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
60
61
62
63
64
65
66
{
"name": "react-native-character-input",
"title": "React Native Character Input",
"version": "1.0.3",
"description": "Interactive character inputs that allow custom masking",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"repository": {
"type": "git",
"url": "https://github.com/HrutvikPatel/react-native-character-input.git"
},
"keywords": [
"react-native",
"reactnative",
"component",
"typscript",
"javascript",
"react-native-module",
"react-native-component",
"input",
"textfield",
"textInput",
"reactjs",
"bootstrap"
],
"author": {
"name": "Hrutvik",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.59.0-rc.0 <1.0.x",
"react-native-elements": "^1.2.1",
"react-native-vector-icons": "^6.6.0"
},
"devDependencies": {
"@types/react": "^16.9.2",
"@types/react-native": "^0.60.15",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"eslint": "^6.4.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.3.0",
"eslint-import-resolver-typescript": "^1.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.14.3",
"prettier": "^1.18.2",
"react": "^16.8.3",
"react-native": "^0.59.10",
"react-native-typescript-transformer": "^1.2.13",
"typescript": "^3.6.3"
},
"dependencies": {
"react-native-elements": "^1.2.1",
"react-native-vector-icons": "^6.6.0"
}
}