This repository has been archived by the owner on Jan 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.31 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
{
"name": "xioliftmes",
"version": "0.1.2",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@ant-design/react-native": "^3.1.5",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/runtime": "^7.4.4",
"babel-preset-react-native": "^5.0.2",
"jcore-react-native": "^1.3.7",
"jpush-react-native": "^2.5.3",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "0.58.0",
"react-native-audio": "^4.3.0",
"react-native-background-job": "^2.2.0",
"react-native-camera": "^2.11.0",
"react-native-cli": "^2.0.1",
"react-native-code-push": "^5.6.0",
"react-native-config": "^0.11.7",
"react-native-dropdown": "0.0.6",
"react-native-easy-toast": "^1.2.0",
"react-native-elements": "^1.1.0",
"react-native-fs": "^2.13.3",
"react-native-image-crop-picker": "^0.24.1",
"react-native-image-picker": "^0.28.0",
"react-native-modal-dropdown": "^0.6.2",
"react-native-nfc-manager": "^1.2.2",
"react-native-qrcode-svg": "^5.1.2",
"react-native-secharts": "^1.6.1",
"react-native-signature-capture": "^0.4.9",
"react-native-sound": "^0.11.0",
"react-native-sqlite-storage": "^3.3.10",
"react-native-storage": "^0.2.4",
"react-native-svg": "^9.4.0",
"react-native-vector-icons": "^6.4.2",
"react-native-webview": "^2.14.3",
"react-navigation": "^2.18.3",
"react-redux": "^5.1.1",
"react-timer-mixin": "^0.13.4",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"schedule": "^0.4.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"babel-cli": "^6.26.0",
"babel-jest": "23.4.2",
"babel-plugin-import": "^1.11.0",
"jest": "23.4.2",
"metro-react-native-babel-preset": "^0.53.1",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native",
"setupFiles": [
"<rootDir>\\node_modules\\appcenter\\test\\AppCenterMock.js",
"<rootDir>\\node_modules\\appcenter-analytics\\test\\AppCenterAnalyticsMock.js",
"<rootDir>\\node_modules\\appcenter-push\\test\\AppCenterPushMock.js",
"<rootDir>\\node_modules\\appcenter-crashes\\test\\AppCenterCrashesMock.js"
]
}
}