forked from livechat/react-native-livechat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1011 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
{
"name": "react-native-livechat",
"version": "2.0.1",
"description": "React Native component to integrate LiveChat with your application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livechat/react-native-livechat.git"
},
"keywords": [
"react-native",
"livechat",
"chat",
"visitorSDK"
],
"author": "Venits",
"license": "MIT",
"bugs": {
"url": "https://github.com/livechat/react-native-livechat/issues"
},
"peerDependencies": {
"react": "16.9.0",
"react-native": "0.61.5"
},
"homepage": "https://github.com/livechat/react-native-livechat#readme",
"dependencies": {
"@livechat/customer-auth": "^0.4.0-alpha.6",
"@livechat/customer-sdk": "^2.0.4",
"@livechat/livechat-visitor-sdk": "0.37.0-4",
"better-npm-audit": "^1.8.1",
"react-native-animatable": "^1.3.3",
"react-native-gifted-chat": "^0.16.3"
}
}