-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 897 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 897 Bytes
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
{
"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",
"build-store": "expo build:ios -t archive",
"build-sim": "expo build:ios -t simulator"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.15.8",
"expo": "^42.0.4",
"expo-av": "~9.2.3",
"expo-blur": "~9.0.3",
"expo-cli": "^4.12.1",
"expo-device": "~3.3.0",
"expo-font": "~9.2.1",
"expo-linking": "~2.3.1",
"expo-status-bar": "~1.0.4",
"expo-store-review": "~4.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.63.4",
"react-native-flip-card": "^3.5.6",
"react-native-svg": "12.1.1",
"react-native-web": "~0.17.5"
},
"devDependencies": {
"@babel/core": "~7.9.0"
},
"private": true,
"packageManager": "yarn@3.0.2"
}