forked from FaridSafi/react-native-gifted-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "react-native-gifted-chat",
"version": "0.1.0",
"description": "The most complete chat UI for React Native",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/FaridSafi/react-native-gifted-chat.git"
},
"keywords": [
"android",
"ios",
"react-native",
"react",
"react-component",
"messenger",
"message",
"chat"
],
"author": "Farid Safi",
"license": "MIT",
"bugs": {
"url": "https://github.com/FaridSafi/react-native-gifted-chat/issues"
},
"homepage": "https://github.com/FaridSafi/react-native-gifted-chat#readme",
"scripts": {
"lint": "eslint . --ext .js,.jsx"
},
"devDependencies": {
"eslint": "~3.12.2",
"eslint-config-airbnb": "~13.0.0",
"eslint-config-cooperka": "~0.2.3",
"eslint-plugin-import": "~2.2.0",
"eslint-plugin-jsx-a11y": "~2.2.3",
"eslint-plugin-react": "~6.8.0",
"eslint-plugin-react-native": "~2.2.1"
},
"dependencies": {
"@exponent/react-native-action-sheet": "0.3.0",
"md5": "2.2.1",
"moment": "2.17.1",
"react-native-communications": "2.1.1",
"react-native-invertible-scroll-view": "1.0.0",
"react-native-lightbox": "oblador/react-native-lightbox#c84a8543d4511fe6a44c3d7820747c9c1bddd875",
"react-native-parsed-text": "0.0.16",
"shallowequal": "0.2.2"
}
}