-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 3.06 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 3.06 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@date-io/core": "^1.3.13",
"@date-io/date-fns": "^2.6.2",
"@expo/vector-icons": "^10.0.0",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
"@material-ui/utils": "^4.10.2",
"@react-native-community/datetimepicker": "2.2.2",
"@react-native-community/eslint-config": "^2.0.0",
"@react-native-community/masked-view": "0.1.6",
"axios": "^0.19.2",
"babel-eslint": "^10.1.0",
"date-fns": "^2.14.0",
"expo": "~37.0.3",
"expo-cli": "^3.22.1",
"expo-font": "~8.1.0",
"expo-image-picker": "~8.1.0",
"expo-secure-store": "~8.1.0",
"firebase": "7.15.1",
"native-base": "^2.13.12",
"react": "~16.9.0",
"react-devtools": "^3.6.3",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-calendar-picker": "^6.1.5",
"react-native-datepicker": "^1.7.2",
"react-native-drawer": "^2.5.1",
"react-native-dropdown-picker": "^3.1.11",
"react-native-easy-grid": "^0.2.2",
"react-native-easy-toast": "^1.2.0",
"react-native-elements": "^2.0.0",
"react-native-geocoding": "^0.4.0",
"react-native-gesture-handler": "~1.6.0",
"react-native-google-places-autocomplete": "^1.7.1",
"react-native-inset-shadow": "^1.0.3",
"react-native-map-clustering": "^3.3.9",
"react-native-map-link": "^2.7.10",
"react-native-maps": "^0.26.1",
"react-native-material-dropdown": "^0.11.1",
"react-native-modal": "^11.5.6",
"react-native-modal-datetime-picker": "latest",
"react-native-picker-select": "^7.0.0",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "~2.2.0",
"react-native-svg": "11.0.1",
"react-native-svg-transformer": "^0.14.3",
"react-native-testing-library": "^2.1.1",
"react-native-vector-icons": "^6.7.0",
"react-native-web": "~0.11.7",
"react-native-webview": "^10.3.1",
"react-navigation": "^4.3.9",
"react-navigation-header-buttons": "^4.0.2",
"react-navigation-stack": "^2.7.0",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"rn-sliding-up-panel": "^2.4.2",
"serialize-javascript": "^3.0.0",
"watchman": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"babel-preset-expo": "~8.1.0",
"eslint": "^7.4.0",
"eslint-plugin-react-hooks": "^4.0.8",
"jest-expo": "^37.0.0"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)"
]
},
"private": true
}