-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 3.29 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "Docitoo",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"bundle:android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/"
},
"dependencies": {
"@react-native-community/async-storage": "^1.12.0",
"@react-native-community/datetimepicker": "^2.3.0",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/google-signin": "^4.0.3",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/native": "^5.7.3",
"@react-navigation/stack": "^5.9.0",
"apisauce": "^1.1.2",
"axios": "^0.21.0",
"babel-plugin-dotenv-import": "^2.1.0",
"babel-plugin-ignite-ignore-reactotron": "^0.3.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"jetifier": "^1.6.6",
"lodash": "^4.17.20",
"mobx": "^5.15.6",
"mobx-react": "^6.2.5",
"mobx-state-tree": "^3.17.2",
"moment": "^2.27.0",
"node-datetime": "^2.1.2",
"numbro": "^2.3.1",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "^16.13.1",
"react-is": "^16.13.1",
"react-native": "0.63.2",
"react-native-alarm-notification": "^1.7.0",
"react-native-calendar-events": "^2.1.1",
"react-native-calendar-picker": "^7.0.0",
"react-native-config": "^1.3.3",
"react-native-datepicker": "^1.7.2",
"react-native-deep-linking": "^2.2.0",
"react-native-dropdown-picker": "^3.1.11",
"react-native-fbsdk": "^2.0.0",
"react-native-gesture-handler": "^1.7.0",
"react-native-image-picker": "^2.3.3",
"react-native-image-slider": "^2.0.3",
"react-native-image-slider-show": "^1.0.3",
"react-native-keyboard-aware-scroll-view": "^0.9.2",
"react-native-linear-gradient": "^2.5.6",
"react-native-location-view": "^0.3.0",
"react-native-maps": "0.27.1",
"react-native-modal": "^11.5.6",
"react-native-modal-datetime-picker": "^9.0.0",
"react-native-onesignal": "^3.9.1",
"react-native-phone-number-input": "^2.0.1",
"react-native-responsive-screen": "^1.4.1",
"react-native-safe-area-context": "^3.1.7",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "^2.10.1",
"react-native-star-rating-view": "^0.0.12",
"react-native-swipe-gestures": "^1.0.5",
"react-native-swipe-list-view": "^3.2.4",
"react-native-swipeable": "^0.6.0",
"react-native-vector-icons": "^7.1.0",
"react-native-webview": "^10.9.0",
"styled-components": "^5.1.1",
"typescript": "^4.0.2",
"yup": "^0.29.3"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^25.1.0",
"eslint": "^6.5.1",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"assets"
]
}
}