-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.37 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.37 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
{
"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": {
"@expo-google-fonts/inter": "^0.2.2",
"@expo-google-fonts/lato": "^0.2.2",
"@expo-google-fonts/oswald": "^0.2.2",
"@react-native-masked-view/masked-view": "0.2.8",
"@react-native-material/core": "^1.3.7",
"@react-navigation/bottom-tabs": "^6.4.1",
"@react-navigation/native": "^6.0.14",
"@react-navigation/stack": "^6.3.5",
"camelize": "^1.0.1",
"expo": "~47.0.8",
"expo-font": "~11.0.1",
"expo-status-bar": "~1.4.2",
"pretty-format": "^29.3.1",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-gesture-handler": "~2.8.0",
"react-native-ionicons": "^4.x",
"react-native-map": "^0.0.1",
"react-native-maps": "1.3.2",
"react-native-paper": "5.0.0-rc.6",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.2",
"react-native-svg": "13.4.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@react-native-community/eslint-config": "^3.2.0",
"eslint": "^8.28.0",
"prettier": "^2.8.0"
},
"private": true
}