This repository has been archived by the owner on Sep 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.73 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
{
"name": "Test",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"firebase": "^5.8.4",
"native-base": "^2.12.0",
"random-string": "^0.2.0",
"react": "16.6.3",
"react-dropdown": "^1.6.4",
"react-native": "0.58.3",
"react-native-action-button": "^2.8.5",
"react-native-button": "^2.3.0",
"react-native-circular-action-menu": "^0.5.0",
"react-native-datepicker": "^1.7.2",
"react-native-dropdown": "0.0.6",
"react-native-dropdown-menu": "^2.0.0",
"react-native-elements": "^1.1.0",
"react-native-fetch-blob": "^0.10.8",
"react-native-foldview": "^1.2.1",
"react-native-gesture-handler": "^1.0.16",
"react-native-image-picker": "^0.28.1",
"react-native-material-dropdown": "^0.11.1",
"react-native-modalbox": "^1.7.1",
"react-native-navigation": "^2.12.0",
"react-native-paypal": "^2.0.2",
"react-native-paypal-wrapper": "^1.3.2",
"react-native-popup-menu": "^0.15.5",
"react-native-push-notification": "^3.1.3",
"react-native-reanimated": "^1.0.0-alpha.12",
"react-native-step-indicator": "0.0.9",
"react-native-swipeout": "^2.3.6",
"react-native-tab-view": "^2.0.1",
"react-native-tesseract-ocr": "^1.0.10",
"react-native-vector-icons": "^6.3.0",
"react-navigation": "^3.3.2",
"rn-viewpager": "^1.2.9"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.0.0",
"jest": "24.0.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}