-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.65 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.65 KB
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
{
"name": "@commt/rn-sdk",
"version": "0.2.0",
"description": "Ultimate chat plugin for react native applications",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist/* && npx tsc && cp package*.json Readme.md dist",
"pub": "npm publish --access public",
"build:w": "RMDIR dist /S /Q && MKDIR dist && npx tsc && copy package.json dist && copy Readme.md dist"
},
"repository": {
"type": "git",
"url": "https://github.com/commt/commt-react-native.git"
},
"devDependencies": {
"@tsconfig/react-native": "^2.0.2",
"@types/node-forge": "^1.3.9",
"@types/react": "^18.0.24",
"typescript": "4.8.4"
},
"dependencies": {
"dayjs": "^1.11.9",
"axios": "^1.4.0",
"node-forge": "^1.3.1",
"react-native-gifted-chat": "^2.4.0",
"react-native-svg": "13.10.0",
"rn-emoji-keyboard": "^1.5.0",
"socket.io-client": "^4.6.2",
"styled-components": "^6.0.0-rc.3"
},
"peerDependencies": {
"react": "18.2.0",
"react-native": ">=0.72.0"
},
"keywords": [
"commt",
"commt-chat-sdk",
"chat",
"react-native",
"react",
"message",
"messenger",
"mobile-chat",
"commt-react-native",
"custom-chat-plugin",
"react-native-chat",
"react-native-chat-sdk",
"react-native-chat-plugin"
],
"contributors": [
{
"name": "Mesut KILINCASLAN"
},
{
"name": "Sedanur AKÇİL"
}
],
"bugs": {
"url": "https://github.com/commt/commt-react-native.git/issues"
},
"homepage": "https://commt.co/doc",
"license": "MIT",
"author": "Mesut KILINCASLAN"
}