-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
49 lines (49 loc) · 1.57 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
{
"name": "im_rn",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start"
},
"dependencies": {
"@exponent/react-native-action-sheet": "^0.3.0",
"@react-native-async-storage/async-storage": "^1.14.1",
"buffer": "^6.0.3",
"eventemitter3": "^4.0.7",
"md5": "^2.3.0",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-clone-referenced-element": "^1.1.0",
"react-native": "0.64.0",
"react-native-amr": "^1.0.7",
"react-native-camera-roll-picker": "^1.1.7",
"react-native-communications": "^2.2.1",
"react-native-dismiss-keyboard": "^1.0.0",
"react-native-emoji": "^1.2.0",
"react-native-fs": "^2.16.6",
"react-native-image-picker": "^3.3.2",
"react-native-loading-spinner-overlay": "^2.0.0",
"react-native-maps": "^0.27.1",
"react-native-material-design-searchbar": "^1.1.0",
"react-native-nav": "^1.1.4",
"react-native-parsed-text": "^0.0.22",
"react-native-permissions": "^3.0.1",
"react-native-photo-browser": "^0.7.0",
"react-native-scrollable-mixin": "^1.0.1",
"react-native-search-bar": "^3.0.0",
"react-native-sound": "github:richmonkey/react-native-sound",
"react-native-sqlite-storage": "^5.0.0",
"react-native-swiper": "^1.5.4",
"react-native-uuid": "^1.4.9",
"react-native-vector-icons": "^4.0.0",
"react-router-native": "^5.2.0",
"shallowequal": "^1.1.0",
"spliddit": "^2.1.1"
},
"devDependencies": {
"@types/react": "17.0.1",
"@types/react-native": "0.64.0",
"typescript": "^4.2.3"
}
}