-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.64 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
{
"name": "recipefoodapp",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"android": {
"softwareKeyboardLayoutMode": "pan"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest"
},
"dependencies": {
"@expo/ngrok": "^4.1.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-picker/picker": "^2.4.2",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/native": "^6.0.8",
"@react-navigation/stack": "^6.1.1",
"@stream-io/flat-list-mvcp": "^0.10.2",
"axios": "^0.25.0",
"buffer": "^6.0.3",
"crypto": "^1.0.1",
"digicard-react-native-number-please": "^1.1.6",
"eslint-plugin-react-hooks": "^4.3.0",
"expo": "^45.0.4",
"expo-camera": "~12.2.0",
"expo-clipboard": "~3.0.1",
"expo-constants": "~13.1.1",
"expo-crypto": "~10.2.0",
"expo-image-picker": "~13.1.1",
"expo-location": "~14.2.2",
"expo-random": "~12.2.0",
"expo-status-bar": "~1.3.0",
"formik": "^2.2.9",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.19",
"lottie-react-native": "5.0.1",
"prop-types": "^15.8.1",
"qs": "^6.10.3",
"react": "17.0.2",
"react-devtools": "^4.24.7",
"react-dom": "17.0.2",
"react-is": "^18.1.0",
"react-native": "0.68.2",
"react-native-builder-bob": "^0.18.2",
"react-native-dotenv": "^3.3.1",
"react-native-gesture-handler": "~2.2.1",
"react-native-image-picker": "^4.8.4",
"react-native-ionicons": "^4.6.5",
"react-native-modal": "^13.0.0",
"react-native-multi-selectbox": "^1.5.0",
"react-native-picker-select": "^8.0.4",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-svg": "^12.1.0",
"react-native-toast-notifications": "^3.2.3",
"react-native-web": "0.17.7",
"react-native-wheel-picker-android": "^2.0.6",
"styled-components": "^5.3.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@testing-library/jest-native": "^4.0.5",
"@testing-library/react-native": "^10.1.1",
"@types/react": "~17.0.21",
"@types/react-native": "~0.67.6",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"eslint-plugin-react": "^7.30.0",
"typescript": "~4.3.5"
},
"extends": [
"react-hooks"
],
"rules": {
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
},
"private": true,
"resolutions": {
"react-devtools-core": "4.14.0"
}
}