-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "expo-router-demo",
"version": "1.0.0",
"main": "index",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-navigation/drawer": "6.5.8",
"expo": "47.0.13",
"expo-auth-session": "3.8.0",
"expo-random": "13.0.0",
"expo-router": "1.0.0-rc6",
"expo-secure-store": "12.0.0",
"expo-status-bar": "^1.4.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-gesture-handler": "~2.8.0",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-web": "0.18.12",
"typescript": "4.9.5"
},
"devDependencies": {
"@babel/core": "7.20.12",
"@types/react": "18.0.27",
"@types/react-native": "0.71.2",
"babel-plugin-transform-imports": "2.0.0"
},
"resolutions": {
"metro": "^0.73.7",
"metro-resolver": "^0.73.7"
},
"private": true
}