forked from lyxia/react-native-yusha-customKeyboard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 978 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
39
40
41
42
43
44
{
"name": "fego-rn-keyboard",
"version": "0.1.4",
"description": "react native custom keyboard",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"react-native-svg": "9.2.4"
},
"repository": {
"type": "git",
"url": "https://github.com/askday/react-native-yusha-customKeyboard.git"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"customkeyboard"
],
"files": [
"android",
"ios",
"src",
"index.js",
"package.json",
"fego-rn-keyboard.podspec"
],
"author": "lyxia,wx",
"license": "ISC",
"devDependencies": {
"babel-eslint": "9.0.0",
"metro-react-native-babel-preset": "0.45.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.8.2"
},
"peerDependencies": {
"react-native": ">=0.47 <=0.58"
}
}