-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.71 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
{
"name": "HuoBanYunApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@remobile/react-native-action-sheet": "^1.0.2",
"crypto-js": "^3.1.8",
"lodash": "^3.10.1",
"react": "15.3.2",
"react-native": "^0.37.0",
"react-native-actionsheet": "^2.0.4",
"react-native-alphabetlistview": "^0.2.0",
"react-native-android-keyboard-adjust": "^0.1.4",
"react-native-bdmap": "^1.0.6",
"react-native-bounceable": "^0.2.1",
"react-native-busy-indicator": "^1.0.9",
"react-native-camera-roll-picker": "^1.1.9",
"react-native-circle-checkbox": "^0.1.3",
"react-native-communications": "^2.1.3",
"react-native-contacts": "^0.5.2",
"react-native-dialogs": "0.0.19",
"react-native-draggablelist": "^1.2.2",
"react-native-fs": "^2.0.1-rc.2",
"react-native-htmlview": "^0.5.0",
"react-native-image-picker": "^0.23.0",
"react-native-image-zoom": "^0.32.0",
"react-native-inputscrollview": "^1.0.3",
"react-native-jpush": "^1.0.9",
"react-native-loader": "^1.1.0",
"react-native-modalbox": "^1.3.8",
"react-native-navbar": "^1.5.4",
"react-native-prompt": "^0.18.5",
"react-native-scrollable-tab-view": "^0.6.0",
"react-native-tab-navigator": "^0.3.3",
"react-native-vector-icons": "^3.0.0",
"react-native-webview-bridge": "^0.33.0",
"react-native-wifi-manager": "^0.1.2",
"rn-grid-view": "^1.1.0"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"babel-jest": "17.0.2",
"babel-preset-react-native": "1.9.0",
"jest": "17.0.2",
"jest-react-native": "17.0.2",
"react-test-renderer": "15.3.2"
}
}