-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.56 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
{
"name": "@commt/react-sdk",
"version": "0.0.1",
"description": "Ultimate chat plugin for react web applications",
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist/* && npx tsc && cp package.json Readme.md dist",
"build:w": "RMDIR dist /S /Q && MKDIR dist && npx tsc && copy package.json dist && copy Readme.md dist",
"pub": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/commt/commt-reactjs.git"
},
"devDependencies": {
"@types/node-forge": "^1.3.10",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"typescript": "^5.3.3"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"axios": "^1.6.2",
"dayjs": "^1.11.10",
"mdb-react-ui-kit": "^7.0.0",
"node-forge": "^1.3.1",
"react-emoji-search": "^2.2.26",
"socket.io-client": "^4.7.2"
},
"peerDependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"keywords": [
"commt",
"commt-chat-sdk",
"commt-react-sdk",
"chat",
"custom-chat-plugin",
"message",
"messanger",
"commt-reactjs",
"react",
"react-js-chat",
"react-js-chat-plugin"
],
"contributors": [
{
"name": "Mesut KILINCASLAN"
},
{
"name": "Sedanur AKÇİL"
}
],
"homepage": "https://commt.co/doc",
"license": "MIT",
"author": "Mesut KILINCASLAN",
"bugs": {
"url": "https://github.com/commt/commt-reactjs/issues"
}
}