-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
49 lines (49 loc) · 1.36 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
{
"name": "react-native-emoji-input",
"version": "1.1.10",
"description": "A React Native emoji keyboard component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sskhandek/react-native-emoji-input.git"
},
"keywords": [
"react",
"native",
"emoji",
"input",
"component",
"keyboard"
],
"author": "sskhandek",
"contributors": [
{
"name": "Rijn Bian",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sskhandek/react-native-emoji-input/issues"
},
"homepage": "https://github.com/sskhandek/react-native-emoji-input#readme",
"dependencies": {
"emoji-datasource": "^4.0.4",
"emoji-datasource-apple": "^4.0.4",
"eslint-plugin-react": "^7.8.2",
"fuse.js": "^3.4.4",
"lodash": "^4.17.5",
"react-native-animatable": "^1.3.0",
"react-native-elements": "^0.19.0",
"react-native-responsive-dimensions": "^1.0.2",
"react-native-triangle": "^0.0.9",
"react-native-vector-icons": "^4.5.0",
"recyclerlistview": "^1.3.4"
},
"jest": {
"preset": "react-native"
}
}