forked from NFTknight/ReactNative-Expo-OAuth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.4 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
{
"name": "inx",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@emotion/native": "^11.11.0",
"@expo/vector-icons": "^14.0.2",
"@expo/webpack-config": "^0.12.52",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-seoul/masonry-list": "^1.4.2",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"dooboo-ui": "^0.2.35",
"expo": "~51.0.21",
"expo-app-loading": "^1.1.2",
"expo-auth-session": "~5.5.2",
"expo-checkbox": "~3.0.0",
"expo-crypto": "~13.0.2",
"expo-dev-client": "~4.0.20",
"expo-device": "~6.0.2",
"expo-font": "~12.0.7",
"expo-image": "~1.12.13",
"expo-linear-gradient": "~13.0.2",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-web-browser": "~13.0.3",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.74.5",
"react-native-error-boundary": "^1.2.4",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"typescript": "^5.1.3"
},
"private": true
}