-
Notifications
You must be signed in to change notification settings - Fork 222
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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": "sandbox-expo",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start -c",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@babel/runtime": "^7.20.0",
"@expo/metro-runtime": "~4.0.0",
"@expo/vector-icons": "^14.0.3",
"@instantdb/react-native": "workspace:*",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/cli": "^15.1.1",
"@react-native-community/netinfo": "11.4.1",
"expo": "52.0.0-preview.23",
"expo-auth-session": "~6.0.0",
"expo-constants": "~17.0.2",
"expo-crypto": "~14.0.1",
"expo-linking": "~7.0.2",
"expo-router": "~4.0.0-preview.14",
"expo-status-bar": "~2.0.0",
"nativewind": "^2.0.11",
"postcss": "^8.4.23",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.1",
"react-native-get-random-values": "^1.9.0",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "4.0.0",
"react-native-web": "~0.19.13",
"tailwindcss": "3.3.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"instant-cli": "workspace:*"
},
"private": true
}