-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.06 KB
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
{
"dependencies": {
"@expo/metro-runtime": "~3.2.1",
"@legendapp/state": "^3.0.0-beta.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@supabase/supabase-js": "^2.45.1",
"expo": "^51.0.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "^0.74.5",
"react-native-get-random-values": "~1.11.0",
"react-native-safe-area-context": "4.10.5",
"react-native-web": "~0.19.6",
"expo-router": "~3.5.24",
"react-native-screens": "3.31.1",
"expo-linking": "~6.3.1",
"expo-constants": "~16.0.2",
"expo-status-bar": "~1.12.1"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/react": "~18.2.79",
"@types/uuid": "^10.0.0",
"typescript": "~5.3.3"
},
"name": "legend-state-example",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"gen-types": "supabase gen types typescript --linked > utils/database.types.ts"
},
"main": "index.js"
}