forked from livechat/chat-widget-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "chat-widget-sample",
"version": "0.0.1",
"description": "Sample chat widget built with UI kit",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/livechat/chat-widget-sample.git"
},
"keywords": [
"livechat",
"chat",
"widget"
],
"contributors": [
"Konrad Kruk <[email protected]>",
"Mateusz Burzyński <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/livechat/chat-widget-sample/issues"
},
"homepage": "https://github.com/livechat/chat-widget-sample#readme",
"dependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.2",
"redux-create-reducer": "^1.1.0",
"redux": "^3.6.0",
"redux-saga": "^0.15.6",
"redux-persist": "^5.4.0",
"@livechat/livechat-visitor-sdk": "0.29.0-beta1",
"@livechat/ui-kit": "0.0.9"
},
"devDependencies": {
"react-scripts": "1.0.17"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}