This repository was archived by the owner on May 30, 2025. It is now read-only.
forked from codeforbtv/green-up-app-old
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 4.6 KB
/
package.json
File metadata and controls
144 lines (144 loc) · 4.6 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
137
138
139
140
141
142
143
144
{
"version": "2024.0.4",
"publishDate": "2024-04-22",
"main": "node_modules/expo/AppEntry.js",
"name": "green-up-vermont-mobile-app",
"scripts": {
"start": "expo start --go",
"android": "expo start --go --android",
"ios": "expo start --go --ios",
"test": "jest --watchAll --coverage",
"test-ci": "jest",
"lint": "eslint ./",
"postinstall": "patch-package",
"doctor": "npx expo-doctor"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo|@expo/vector-icons|react-navigation|@react-navigation/.*|@unimodules/.*|sentry-expo|native-base)"
],
"collectCoverage": false,
"collectCoverageFrom": [
"**/*.{js,jsx}",
"!**/coverage/**",
"!**/node_modules/**",
"!**/babel.config.js",
"!**/jest.setup.js"
]
},
"engines": {
"node": "^18.19.1"
},
"expo": {
"install": {
"exclude": [
"react-native-reanimated"
]
}
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@firebase/app": "^0.9.28",
"@firebase/auth": "^1.6.1",
"@firebase/firestore": "^4.4.3",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-community/netinfo": "9.3.10",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/compat": "^5.3.20",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@sentry/react-native": "5.10.0",
"@turf/boolean-within": "^6.0.1",
"@turf/distance": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@types/react": "~18.2.14",
"@types/react-navigation": "^3.0.8",
"@types/redux-logger": "^3.0.13",
"date-fns": "^3.6.0",
"deprecated-react-native-prop-types": "^5.0.0",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.1",
"expo": "^49.0.0",
"expo-application": "~5.3.0",
"expo-asset": "~8.10.1",
"expo-camera": "~13.4.4",
"expo-constants": "~14.4.2",
"expo-contacts": "~12.2.0",
"expo-dev-client": "~2.4.13",
"expo-device": "~5.4.0",
"expo-file-system": "~15.4.5",
"expo-font": "~11.4.0",
"expo-image-manipulator": "~11.3.0",
"expo-image-picker": "~14.3.2",
"expo-intent-launcher": "~10.7.0",
"expo-location": "~16.1.0",
"expo-splash-screen": "~0.20.5",
"expo-updates": "~0.18.19",
"md5-hash": "^1.0.1",
"moment": "^2.24.0",
"node-gyp": "^5.0.3",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.7.2",
"ramda": "^0.26.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.10",
"react-native-autocomplete-input": "^4.1.0",
"react-native-checkbox": "^2.0.0",
"react-native-fs": "^2.16.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-hide-with-keyboard": "^1.2.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "~2.5.6",
"react-native-maps": "1.7.1",
"react-native-modal-datetime-picker": "^7.5.0",
"react-native-offline": "^5.0.0",
"react-native-pager-view": "6.2.0",
"react-native-photo-upload": "^1.3.0",
"react-native-photo-view": "shoutem/react-native-photo-view#0ffa1481f6b6cb8663cb291b7db1d6644440584d",
"react-native-radio-buttons": "^1.0.0",
"react-native-reanimated": "^3.8.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-status-bar-height": "^2.4.0",
"react-native-tab-view": "^3.5.2",
"react-native-vector-icons": "^6.6.0",
"react-native-webview": "13.2.2",
"react-redux": "^6.0.1",
"react-test-renderer": "18.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"sentry-expo": "~7.1.0",
"typescript": "^5.1.3",
"uuid": "^3.3.2"
},
"devDependencies": {
"metro-minify-terser": "^0.80.8"
},
"disabledDevDeps": {
"@babel/core": "^7.24.0",
"@types/react": "~18.2.14",
"babel-eslint": "^10.0.1",
"babel-preset-expo": "^9.5.0",
"eslint": "^5.15.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^3.0.8",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"flow-bin": "^0.109.0",
"flow-typed": "^2.6.1",
"jest": "^29.2.1",
"jest-expo": "~49.0.0"
},
"private": true
}