-
Notifications
You must be signed in to change notification settings - Fork 113
/
package.json
41 lines (41 loc) · 1.2 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
{
"name": "@expo-router/sandbox",
"version": "1.0.0",
"main": "index",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.18.2",
"@react-navigation/drawer": "^6.4.4",
"expo": "^49.0.0",
"expo-auth-session": "~5.0.2",
"expo-random": "~13.2.0",
"expo-router": "*",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.4",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-web": "~0.19.6",
"typescript": "^5.1.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-typescript": "^7.21.0",
"@types/react": "~18.2.14",
"@types/react-native": "~0.69.1",
"@welldone-software/why-did-you-render": "^7.0.1",
"babel-plugin-transform-imports": "^2.0.0",
"@testing-library/react-native": "^12.0.1"
},
"private": true
}