-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.15 KB
/
Copy pathpackage.json
File metadata and controls
124 lines (124 loc) · 4.15 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "doki",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "DARK_MODE=media expo start --android",
"ios": "DARK_MODE=media expo start --ios",
"web": "DARK_MODE=media expo start --web",
"test": "jest --watchAll",
"lint": "expo lint",
"postinstall": "patch-package",
"prepare": "husky",
"update_types": "supabase gen types typescript --project-id exthbgzjojqiyppnqllw > configs/supabase/database.types.ts"
},
"jest": {
"preset": "jest-expo"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@expo/html-elements": "^0.4.2",
"@expo/vector-icons": "^14.0.2",
"@gluestack-ui/accordion": "^1.0.7",
"@gluestack-ui/actionsheet": "^0.2.45",
"@gluestack-ui/alert": "^0.1.16",
"@gluestack-ui/alert-dialog": "^0.1.30",
"@gluestack-ui/avatar": "^0.1.17",
"@gluestack-ui/button": "^1.0.7",
"@gluestack-ui/checkbox": "^0.1.32",
"@gluestack-ui/divider": "^0.1.10",
"@gluestack-ui/fab": "^0.1.21",
"@gluestack-ui/form-control": "^0.1.18",
"@gluestack-ui/icon": "^0.1.22",
"@gluestack-ui/image": "^0.1.10",
"@gluestack-ui/input": "^0.1.31",
"@gluestack-ui/link": "^0.1.22",
"@gluestack-ui/menu": "^0.2.36",
"@gluestack-ui/modal": "^0.1.34",
"@gluestack-ui/nativewind-utils": "^1.0.23",
"@gluestack-ui/overlay": "^0.1.15",
"@gluestack-ui/popover": "^0.1.37",
"@gluestack-ui/pressable": "^0.1.16",
"@gluestack-ui/progress": "^0.1.17",
"@gluestack-ui/radio": "^0.1.33",
"@gluestack-ui/select": "^0.1.29",
"@gluestack-ui/slider": "^0.1.25",
"@gluestack-ui/spinner": "^0.1.14",
"@gluestack-ui/switch": "^0.1.22",
"@gluestack-ui/textarea": "^0.1.24",
"@gluestack-ui/toast": "^1.0.7",
"@gluestack-ui/tooltip": "^0.1.33",
"@legendapp/motion": "^2.4.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/slider": "4.5.5",
"@react-navigation/bottom-tabs": "^7.0.2",
"@react-navigation/drawer": "^7.0.2",
"@react-navigation/native": "^7.0.1",
"@react-navigation/native-stack": "^7.0.1",
"@react-navigation/stack": "^7.0.1",
"@reduxjs/toolkit": "^2.3.0",
"@supabase/supabase-js": "^2.45.4",
"axios": "^1.7.9",
"babel-plugin-module-resolver": "^5.0.2",
"base64-arraybuffer": "^1.0.2",
"buffer": "^6.0.3",
"clsx": "^2.1.1",
"expo": "~52.0.11",
"expo-av": "~15.0.1",
"expo-camera": "~16.0.7",
"expo-clipboard": "~7.0.0",
"expo-constants": "~17.0.3",
"expo-file-system": "~18.0.4",
"expo-font": "~13.0.1",
"expo-image-picker": "~16.0.3",
"expo-linear-gradient": "^14.0.1",
"expo-linking": "~7.0.3",
"expo-media-library": "~17.0.3",
"expo-router": "~4.0.9",
"expo-sharing": "~13.0.0",
"expo-splash-screen": "~0.29.13",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.4",
"expo-video": "~2.0.1",
"expo-video-thumbnails": "~9.0.2",
"expo-web-browser": "~14.0.1",
"lucide-react-native": "^0.437.0",
"nativewind": "4.0.36",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native-create-thumbnail": "^2.0.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-qrcode-svg": "^6.3.12",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"react-native-web": "~0.19.13",
"react-redux": "^9.1.2",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native/babel-preset": "^0.73.21",
"@types/jest": "^29.5.12",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.0.7",
"husky": "^9.1.5",
"jest": "^29.2.1",
"jest-expo": "~52.0.2",
"jscodeshift": "^0.15.2",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "18.2.0",
"supabase": "^1.219.2",
"typescript": "~5.3.3"
},
"private": true
}