-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.93 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
{
"name": "mealstogo",
"version": "1.0.0",
"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",
"lint": "eslint --ext .js"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.18.10",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/app": "^15.3.0",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/native": "^6.0.11",
"@react-navigation/stack": "^6.2.2",
"babel-plugin-macros": "^3.1.0",
"camelize": "^1.0.0",
"expo": "~46.0.7",
"expo-camera": "~12.3.0",
"expo-google-fonts": "^0.0.0",
"expo-install": "^0.0.0",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.4",
"firebase": "8.2.3",
"lottie-react-native": "5.1.3",
"react": "18.0.0",
"react-native": "0.69.4",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.5.0",
"react-native-heroicons": "^3.0.0",
"react-native-maps": "0.31.1",
"react-native-paper": "^4.12.4",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "^13.1.0",
"react-native-vector-icons": "^9.2.0",
"react-native-webview": "11.23.0",
"react-navigation": "^4.4.4",
"react-navigation-stack": "react-navigation/stack",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@react-native-community/eslint-config": "^3.1.0",
"eslint": "^8.22.0",
"prettier": "^2.7.1"
},
"private": true
}