-
Notifications
You must be signed in to change notification settings - Fork 390
/
package.json
70 lines (70 loc) · 1.89 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
61
62
63
64
65
66
67
68
69
70
{
"name": "@cometchat/chat-uikit-react",
"version": "5.0.0",
"description": "Ready-to-use Chat UI Components for React(Javascript/Web)",
"author": "CometChat",
"dependencies": {
"@cometchat/chat-sdk-javascript": "^4.0.10",
"@rollup/plugin-json": "^6.1.0",
"rxjs": "^7.8.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c --bundleConfigAsCjs"
},
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.1",
"@rollup/plugin-url": "^8.0.1",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"babel-loader": "^8.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.23.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"tslib": "^2.5.2",
"typescript": "^5.0.4",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"homepage": "https://www.cometchat.com",
"repository": "https://github.com/cometchat/cometchat-uikit-react",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"CometChat",
"messaging",
"message",
"uikit",
"React",
"chat-uikit",
"uikit-react",
"react-uikit",
"chat-uikit-react",
"text",
"image",
"voice",
"audio",
"chat",
"video",
"ui components",
"webRTC"
],
"license": "https://www.cometchat.com/legal-terms-of-service",
"bugs": {
"url": "https://help.cometchat.com/hc/en-us"
}
}