-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 964 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
{
"name": "react-native-supervons-custom-keyboard",
"version": "1.4.6",
"description": "A JS keyboard with uppercase and lowercase letters, numbers and some symbols.\n",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react-native-keyboard",
"react-keyboard",
"react-native-component",
"RNkeyboard",
"keyboard"
],
"author": "supervons",
"license": "",
"peerDependencies": {
"react-native": "^0.41.2",
"deprecated-react-native-prop-types": "^4.1.0",
"react-native-windows": "0.41.0-rc.1"
},
"dependencies": {
"create-react-class": "^15.5.4"
},
"prettier": {
"singleQuote": false,
"semi": false,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"jsxBracketSameLine": false,
"proseWrap": "preserve",
"printWidth": 80
}
}