-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 3.04 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
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject",
"postinstall": "patch-package"
},
"dependencies": {
"@miblanchard/react-native-slider": "^2.0.2",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/image-editor": "github:vemarav/react-native-image-editor",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "7.1.3",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"amazon-cognito-identity-js": "^5.2.7",
"aws-amplify": "^4.3.15",
"aws-amplify-react-native": "^6.0.3",
"babel-plugin-dotenv": "^0.1.1",
"expo": "^44.0.0",
"expo-app-loading": "~1.3.0",
"expo-asset": "~8.4.5",
"expo-blur": "~11.0.0",
"expo-camera": "~12.1.0",
"expo-dev-client": "~0.8.0",
"expo-device": "^4.1.1",
"expo-font": "~10.0.4",
"expo-image-manipulator": "~10.2.0",
"expo-image-picker": "~12.0.1",
"expo-linear-gradient": "~11.0.0",
"expo-linking": "~3.0.0",
"expo-location": "~14.0.1",
"expo-media-library": "~14.0.0",
"expo-notifications": "^0.14.1",
"expo-secure-store": "~11.1.0",
"expo-splash-screen": "~0.14.1",
"expo-status-bar": "~1.2.0",
"expo-updates": "~0.11.6",
"expo-web-browser": "~10.1.0",
"ngeohash": "^0.6.3",
"patch-package": "^6.4.7",
"prop-types": "^15.8.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-animated-emoji": "^0.1.4",
"react-native-avatar-crop": "^1.3.5",
"react-native-compressor": "^1.3.3",
"react-native-emoji-modal": "^0.2.2",
"react-native-expo-image-cache": "^4.1.0",
"react-native-gesture-handler": "~2.1.0",
"react-native-image-size": "^1.1.3",
"react-native-indicators": "^0.17.0",
"react-native-maps": "0.29.4",
"react-native-modal": "^12.0.3",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~2.3.1",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-stars": "^1.2.2",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^12.3.0",
"react-native-unimodules": "~0.15.0",
"react-native-walkthrough-tooltip": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^8.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-native": "^4.0.0",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-dotenv": "^3.1.1"
},
"private": true,
"name": "FeastApp",
"version": "1.0.0"
}