-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
86 lines (86 loc) · 2.85 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"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 ."
},
"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": "[email protected]"
},
"homepage": "https://github.com/gaoxiaosong/react-native-im#readme",
"dependencies": {
"@hecom-rn/react-native-general-actionsheet": "1.0.5",
"dateformat": "^3.0.3",
"i18n-js": "^3.2.1",
"md5": "^2.3.0",
"react-native-section-list-get-item-layout": "^2.2.3",
"recyclerlistview": "^3.0.0"
},
"peerDependencies": {
"@hecom-rn/react-native-full-image-picker": "*",
"@hecom/badge": "*",
"@hecom/image-arrow": "*",
"@hecom/listener": "*",
"@hecom/react-native-image-capinsets": "*",
"@hecom/react-native-picklist": "*",
"@hecom/react-native-pure-navigation-bar": "*",
"@hecom/storage": ">=1.1",
"@react-navigation/native": "*",
"react": "*",
"react-native": "*",
"react-native-fs": ">=2",
"react-native-general-searchbar": ">=1",
"react-native-gesture-handler": ">=1",
"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-sound": "*",
"react-native-sound-recorder": "*",
"react-native-swipe-list-view": "*",
"react-native-video": "*",
"react-navigation-header-buttons": ">=2.1.1",
"specials": "^2.0.4",
"react-native-permissions": "*"
},
"devDependencies": {
"@hecom/badge": "^1.0.3",
"@hecom/image-arrow": "^1.0.3",
"@hecom/listener": "^1.0.0",
"@hecom/storage": "1.1.0",
"@types/i18n-js": "^3.0.1",
"@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-sound": "^0.10.9",
"react-native-sound-recorder": "^1.3.2",
"react-native-swipe-list-view": "^1.5.0",
"react-navigation-header-buttons": "^2.1.1",
"tslib": "^1.9.3",
"react-native-permissions": "^2.2.2"
}
}