forked from MrsLSmith/Essex-STEM
-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
127 lines (127 loc) · 4.27 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
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
{
"version": "5.0.44",
"publishDate": "2022-03-22",
"main": "node_modules/expo/AppEntry.js",
"name": "green-up-vermont-mobile-app",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "node ./node_modules/jest/bin/jest.js --watchAll --coverage",
"test-ci": "node ./node_modules/jest/bin/jest.js",
"lint": "eslint ./",
"postinstall": "patch-package"
},
"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": "^16.19.1"
},
"dependencies": {
"@expo/samples": "3.0.3",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "^1.17.12",
"@react-native-community/netinfo": "9.3.0",
"@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",
"@sendgrid/mail": "^6.3.1",
"@shoutem/animation": "^0.12.4",
"@shoutem/theme": "^0.11.5",
"@shoutem/ui": "2.0.3",
"@turf/boolean-within": "^6.0.1",
"@turf/distance": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@types/react-navigation": "^3.0.8",
"deprecated-react-native-prop-types": "^4.0.0",
"expo": "^46.0.0",
"expo-asset": "~8.6.3",
"expo-constants": "~13.2.4",
"expo-contacts": "~10.3.0",
"expo-file-system": "~14.1.0",
"expo-font": "~10.2.0",
"expo-image-manipulator": "~10.4.0",
"expo-image-picker": "~13.3.1",
"expo-intent-launcher": "~10.3.0",
"expo-location": "~14.3.0",
"expo-module-scripts": "^1.0.1",
"expo-modules-core": "~0.11.10",
"expo-splash-screen": "~0.16.2",
"expo-updates": "~0.14.7",
"firebase": "8.2.3",
"md5-hash": "^1.0.1",
"moment": "^2.24.0",
"node-gyp": "^5.0.3",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.7.2",
"ramda": "^0.26.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-autocomplete-input": "^4.1.0",
"react-native-checkbox": "^2.0.0",
"react-native-fs": "^2.16.1",
"react-native-gesture-handler": "~2.5.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": "0.31.1",
"react-native-modal-datetime-picker": "^7.5.0",
"react-native-offline": "^5.0.0",
"react-native-photo-upload": "^1.3.0",
"react-native-photo-view": "github:shoutem/react-native-photo-view#0ffa1481f6b6cb8663cb291b7db1d6644440584d",
"react-native-radio-buttons": "^1.0.0",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-status-bar-height": "^2.4.0",
"react-native-tab-view": "^2.10.0",
"react-native-vector-icons": "^6.6.0",
"react-native-webview": "^7.5.0",
"react-redux": "^6.0.1",
"react-test-renderer": "16.8.6",
"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",
"uuid": "^3.3.2"
},
"devDependencies": {
"@shoutem/cli": "^0.10.11",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"babel-eslint": "^10.0.1",
"babel-preset-expo": "~9.2.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",
"expo-cli": "^3.4.0",
"expo-permissions": "~13.2.0",
"firebase-tools": "^7.2.2",
"flow-bin": "^0.109.0",
"flow-typed": "^2.6.1",
"jest-expo": "^46.0.0"
},
"private": true
}