-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.35 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.35 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
{
"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"
},
"dependencies": {
"@expo/vector-icons": "^10.2.1",
"@react-native-community/async-storage": "~1.12.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.8.0",
"@react-navigation/stack": "5.10.0",
"@shopify/restyle": "^1.3.0",
"expo": "39.0.3",
"expo-constants": "^9.2.0",
"expo-linear-gradient": "^8.3.1",
"expo-status-bar": "~1.0.2",
"git": "^0.1.5",
"native-base": "2.13.14",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.63.3",
"react-native-gesture-handler": "^1.8.0",
"react-native-reanimated": "^1.13.1",
"react-native-redash": "^14.2.1",
"react-native-safe-area-context": "^3.1.8",
"react-native-screens": "^2.11.0",
"react-native-size-matters": "^0.3.1",
"react-native-svg": "^12.1.0",
"react-native-web": "0.14.4",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@babel/core": "~7.12.3",
"@types/react": "~16.9.53",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.30",
"react-native-clean-project": "^3.4.0",
"typescript": "~4.0.3"
},
"private": true
}