-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 4.78 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 4.78 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "Apostle",
"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 .",
"postinstall": "patch-package"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.8.3",
"@expo/react-native-action-sheet": "^3.5.0",
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"@react-native-clipboard/clipboard": "^1.8.4",
"@react-native-community/async-storage": "^1.8.1",
"@react-native-community/cameraroll": "^4.0.4",
"@react-native-community/datetimepicker": "^2.3.2",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.7",
"@react-native-community/progress-view": "^1.3.1",
"@react-navigation/bottom-tabs": "^5.1.1",
"@react-navigation/drawer": "^5.1.1",
"@react-navigation/material-top-tabs": "^5.1.3",
"@react-navigation/native": "^5.0.9",
"@react-navigation/stack": "^5.1.1",
"@sentry/react-native": "^1.5.0",
"geolib": "^3.3.1",
"graphql": "^14.6.0",
"lodash": "^4.17.15",
"lottie-react-native": "3.3.1",
"moment": "^2.24.0",
"numeral": "^2.0.6",
"overmind": "^24.1.1",
"overmind-graphql": "^4.1.1",
"overmind-react": "^25.1.1",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0",
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-background-fetch": "^3.1.0",
"react-native-background-geolocation": "^3.9.0",
"react-native-background-upload": "^6.5.0",
"react-native-cached-image": "^1.4.3",
"react-native-camera": "^3.37.0",
"react-native-config": "^1.2.1",
"react-native-contacts": "^5.2.7",
"react-native-device-info": "^5.6.1",
"react-native-dotenv": "^0.2.0",
"react-native-draggable": "^3.3.0",
"react-native-draggable-flatlist": "^2.6.2",
"react-native-dropdownalert": "^4.2.1",
"react-native-fast-image": "7.0.2",
"react-native-fetch-polyfill": "^1.1.3",
"react-native-gantt-chart": "^1.0.6",
"react-native-gesture-handler": "^1.6.0",
"react-native-image-crop-picker": "^0.28.0",
"react-native-image-picker": "^2.3.1",
"react-native-indicators": "^0.17.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^1.3.4",
"react-native-maps": "^0.27.1",
"react-native-masked-text": "^1.13.0",
"react-native-modal": "^11.5.6",
"react-native-modal-datetime-picker": "^8.5.1",
"react-native-onesignal": "^3.7.1",
"react-native-parallax-header": "^1.1.3",
"react-native-parallax-scroll-view": "^0.21.3",
"react-native-reanimated": "^1.7.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.3.0",
"react-native-send-intent": "^1.2.2",
"react-native-shimmer-placeholder": "^1.0.36",
"react-native-size-matters": "^0.3.0",
"react-native-sms": "^1.11.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-splash-screen": "^3.2.0",
"react-native-star-rating": "^1.1.0",
"react-native-swipe-list-view": "^3.2.3",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^2.13.0",
"react-native-tag-input": "^0.0.21",
"react-native-vector-icons": "6.6.0",
"react-native-version-number": "^0.3.6",
"react-native-video": "^5.1.1",
"react-native-webview": "^10.8.2",
"rn-fetch-blob": "^0.12.0",
"rn-tooltip": "^3.0.1",
"styled-components": "^5.0.1",
"yup": "^0.28.3"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/runtime": "^7.11.2",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^25.2.1",
"@types/lodash": "^4.14.149",
"@types/react": "^16.9.34",
"@types/react-native": "^0.62.2",
"@types/react-native-indicators": "^0.16.0",
"@types/react-native-vector-icons": "^6.4.5",
"@types/react-native-video": "^5.0.1",
"@types/react-test-renderer": "^16.9.2",
"@types/styled-components": "^5.1.0",
"babel-jest": "^26.3.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.9.0",
"eslint-plugin-react": "^7.19.0",
"jest": "^26.4.2",
"metro-react-native-babel-preset": "^0.63.0",
"react-test-renderer": "16.11.0",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(js)$": "<rootDir>/node_modules/babel-jest",
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"testPathIgnorePatterns": [
"\\.snap$",
"<rootDir>/node_modules/"
],
"cacheDirectory": ".jest/cache"
}
}