-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeno.lock
More file actions
82 lines (82 loc) · 2.82 KB
/
deno.lock
File metadata and controls
82 lines (82 loc) · 2.82 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"version": "5",
"specifiers": {
"jsr:@std/assert@1": "1.0.15",
"jsr:@std/dotenv@*": "0.225.5",
"jsr:@std/internal@^1.0.12": "1.0.12"
},
"jsr": {
"@std/assert@1.0.15": {
"integrity": "d64018e951dbdfab9777335ecdb000c0b4e3df036984083be219ce5941e4703b",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/dotenv@0.225.5": {
"integrity": "9ce6f9d0ec3311f74a32535aa1b8c62ed88b1ab91b7f0815797d77a6f60c922f"
},
"@std/internal@1.0.12": {
"integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027"
}
},
"workspace": {
"packageJson": {
"dependencies": [
"npm:@expo/vector-icons@^15.0.3",
"npm:@formatjs/intl-datetimeformat@^6.18.2",
"npm:@formatjs/intl-displaynames@^6.8.13",
"npm:@formatjs/intl-getcanonicallocales@^2.5.6",
"npm:@formatjs/intl-listformat@^7.7.13",
"npm:@formatjs/intl-locale@^4.2.13",
"npm:@formatjs/intl-numberformat@^8.15.6",
"npm:@formatjs/intl-pluralrules@^5.4.6",
"npm:@formatjs/intl-relativetimeformat@^11.4.13",
"npm:@react-native-async-storage/async-storage@2.2.0",
"npm:@react-navigation/bottom-tabs@^7.4.0",
"npm:@react-navigation/elements@^2.6.3",
"npm:@react-navigation/native@^7.1.8",
"npm:@supabase/supabase-js@^2.76.1",
"npm:@types/jest@29.5.14",
"npm:@types/react@19.1",
"npm:eslint-config-prettier@^10.1.8",
"npm:eslint-config-universe@^15.0.3",
"npm:eslint-plugin-prettier@^5.5.4",
"npm:eslint@^9.38.0",
"npm:expo-constants@~18.0.10",
"npm:expo-dev-client@~6.0.16",
"npm:expo-font@~14.0.8",
"npm:expo-haptics@~15.0.7",
"npm:expo-image@~3.0.10",
"npm:expo-linking@~8.0.8",
"npm:expo-localization@~17.0.7",
"npm:expo-location@~19.0.7",
"npm:expo-router@~6.0.14",
"npm:expo-splash-screen@~31.0.10",
"npm:expo-status-bar@~3.0.8",
"npm:expo-symbols@~1.0.7",
"npm:expo-system-ui@~6.0.8",
"npm:expo-web-browser@~15.0.9",
"npm:expo@54.0.22",
"npm:husky@^9.1.7",
"npm:jest-expo@~54.0.13",
"npm:jest@29.7",
"npm:lint-staged@^16.2.6",
"npm:prettier@^3.6.2",
"npm:react-dom@19.1.0",
"npm:react-native-gesture-handler@2.28",
"npm:react-native-paper-dates@~0.22.50",
"npm:react-native-paper@^5.14.5",
"npm:react-native-reanimated@~4.1.1",
"npm:react-native-safe-area-context@5.6",
"npm:react-native-screens@4.16",
"npm:react-native-url-polyfill@3",
"npm:react-native-web@0.21",
"npm:react-native-worklets@0.5.1",
"npm:react-native@0.81.5",
"npm:react@^19.1.0",
"npm:supabase@^2.53.6",
"npm:typescript@~5.9.2"
]
}
}
}