-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.47 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.47 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
{
"name": "ExampleApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"immutable": "^3.8.2",
"jcore-react-native": "^1.2.6",
"jpush-react-native": "^2.2.3",
"lodash": "^4.17.5",
"moment": "^2.21.0",
"node-emoji": "^1.8.1",
"pinyin": "^2.8.3",
"query-string": "^5.1.0",
"react": "16.2.0",
"react-addons-update": "^15.6.2",
"react-native": "0.53.0",
"react-native-amap-geolocation": "^0.3.1",
"react-native-android-badge": "^0.4.3",
"react-native-animatable": "^1.1.0",
"react-native-audio": "^4.0.0",
"react-native-blur": "^3.2.2",
"react-native-camera": "^1.1.4",
"react-native-code-push": "^5.3.5",
"react-native-communications": "^2.2.1",
"react-native-contacts": "^2.2.1",
"react-native-device-info": "^0.21.5",
"react-native-elements": "^0.19.0",
"react-native-fetch-blob": "^0.10.8",
"react-native-fu-video-compress": "^1.0.1",
"react-native-geocoder": "^0.5.0",
"react-native-iap": "^1.3.5",
"react-native-image-crop-picker": "^0.19.2",
"react-native-image-picker": "^0.26.7",
"react-native-img-cache": "^1.5.3",
"react-native-lightbox": "^0.7.0",
"react-native-linear-gradient": "^2.4.0",
"react-native-maps": "^0.20.1",
"react-native-mov-to-mp4": "^0.2.1",
"react-native-parsed-text": "0.0.20",
"react-native-progress": "^3.4.0",
"react-native-prompt-android": "^0.3.3",
"react-native-qrcode": "^0.2.6",
"react-native-qrcode-scanner": "^1.0.1",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-sound": "^0.10.9",
"react-native-spinkit": "^1.1.1",
"react-native-splash-screen": "^3.0.6",
"react-native-swiper": "^1.5.13",
"react-native-tab-view": "0.0.74",
"react-native-thumbnail": "^1.1.0",
"react-native-true-sight": "^1.0.0-alpha4",
"react-native-vector-icons": "^4.5.0",
"react-native-video": "^3.1.0",
"react-native-video-controls": "^2.2.1",
"react-native-video-processing": "^1.13.0",
"react-native-wechat": "^1.9.9",
"react-navigation": "^1.5.2",
"reconnecting-websocket": "^4.0.0-rc5",
"teaset": "^0.5.6",
"uuid": "^3.2.1"
},
"devDependencies": {
"babel-jest": "23.4.2",
"babel-preset-react-native": "4.0.0",
"jest": "23.5.0",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}