forked from ChannelizeIO/Channelize-Javascript-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.81 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "channelize-chat",
"version": "4.3.1",
"description": "JavaScript SDK for Channelize.io Chat API.",
"author": "Channelize.io",
"homepage": "https://channelize.io",
"repository": "https://github.com/ChannelizeIO/Channelize-Javascript-SDK.git",
"main": "./dist/index.js",
"browser": "./dist/index.js",
"react-native": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"chat",
"messaging",
"conversation",
"chat-application",
"realtime-messaging",
"chat-SDK",
"chatapp",
"messenger",
"channelize.io"
],
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"aws-iot-device-sdk": "^2.2.1",
"aws-sdk": "^2.656.0",
"axios": "^0.18.0",
"buffer": "^5.6.0",
"uuid": "^8.1.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/polyfill": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/preset-react": "^7.0.0-beta.51",
"babel-loader": "^8.0.0-beta.0",
"circular-dependency-plugin": "^5.2.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.3",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.3",
"webpack-node-externals": "^1.7.2",
"webpack-visualizer-plugin": "^0.1.11"
}
}