forked from gxsshallot/react-native-im
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 3.6 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 3.6 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "react-native-im",
"version": "0.1.0",
"private": false,
"description": "一个通用的IM视图框架",
"main": "index.ts",
"scripts": {
"test": "./node_modules/.bin/eslint --ext .js,.ts,.tsx .",
"i18n:replace": "npx hecom-i18n-tools replace --excel=i18n/temp_im_i18n.xlsx --importPath='@hecom/basecore/util/i18n' --fixLint=true --prettier-config=.prettierrc.js",
"i18n:scan": "npx hecom-i18n-tools scan --src=standard,plugin --out=i18n/temp_im_i18n.xlsx --gitlab=https://github.com/hecom-rn/react-native-im/blob/master --config=i18nScannerOptions.js",
"i18n:static-consts": "npx hecom-i18n-tools static-consts --src=standard,plugin",
"i18n:gen": "npx hecom-i18n-tools gen --excel=i18n/temp_im_i18n.xlsx --out=i18n/locales --master=i18n/im_i18n.xlsx"
},
"repository": {
"type": "git",
"url": "https://github.com/gaoxiaosong/react-native-im.git"
},
"author": "Xiaosong Gao",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaoxiaosong/react-native-im/issues",
"email": "gaoxiaosong06@gmail.com"
},
"homepage": "https://github.com/gaoxiaosong/react-native-im#readme",
"dependencies": {
"dateformat": "^3.0.3",
"md5": "^2.3.0",
"react-native-section-list-get-item-layout": "^2.2.3",
"recyclerlistview": "^3.0.0"
},
"peerDependencies": {
"@hecom-rn/react-native-general-actionsheet": "1.0.5",
"@hecom-rn/react-native-full-image-picker": "*",
"@hecom/badge": "*",
"@hecom/image-arrow": "*",
"@hecom/listener": "*",
"@hecom/react-native-picklist": "*",
"@hecom/react-native-pure-navigation-bar": "*",
"@hecom/storage": ">=1.1",
"@react-native-clipboard/clipboard": "*",
"@react-navigation/native": "*",
"react": "*",
"react-native": "*",
"react-native-fs": ">=2",
"react-native-general-searchbar": ">=1",
"react-native-gesture-handler": ">=1",
"@hecom/react-native-image-capinsets": "*",
"react-native-keyboard-aware-scroll-view": "*",
"react-native-localize": "*",
"react-native-modals": "*",
"react-native-photo-browse": "*",
"react-native-popover-view": ">=3.0.3",
"react-native-root-toast": "*",
"react-native-safe-area-context": "*",
"react-native-audio-recorder-player": "*",
"@react-native-oh-tpl/react-native-audio-recorder-player": "*",
"react-native-swipe-list-view": "*",
"react-native-video": "*",
"specials": "^2.0.4",
"react-native-permissions": "*"
},
"devDependencies": {
"@hecom-rn/react-native-general-actionsheet": "1.0.5",
"@hecom/badge": "^1.0.3",
"@hecom/image-arrow": "^1.0.3",
"@hecom/listener": "^1.0.0",
"@hecom/storage": "1.1.0",
"@types/promise.prototype.finally": "^2.0.3",
"@types/react": "^16.8.14",
"@types/react-native": "^0.57.46",
"eslint-plugin-automatic": "latest",
"react-native-fs": "^2.13.3",
"react-native-general-searchbar": "^1.0.6",
"react-native-gesture-handler": "^1.6.0",
"react-native-im-easemob": "^1.0.24",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-localize": "^1.1.2",
"react-native-modals": "^0.19.9",
"react-native-photo-browse": "1.3.0",
"react-native-picklist": "^1.2.5",
"react-native-popover-view": "^3.0.3",
"react-native-root-toast": "^3.2.1",
"react-native-safe-area-context": "^4.10.5",
"react-native-audio-recorder-player": "^3.6.12",
"@react-native-oh-tpl/react-native-audio-recorder-player": "^3.6.10-0.0.2",
"react-native-swipe-list-view": "^1.5.0",
"tslib": "^1.9.3",
"react-native-permissions": "^2.2.2",
"@hecom/aDate": "https://github.com/hecom-rn/aDate.git"
}
}