-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.06 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "drinkup",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"postinstall": "patch-package",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "maestro test .maestro/",
"update:deps": "npx expo install --fix",
"update:secrets": "eas secret:push --scope project --env-file .env --force"
},
"dependencies": {
"@expo/ngrok": "^4.1.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/progress-view": "^1.4.2",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.17",
"@supabase/supabase-js": "^2.45.3",
"eas-cli": "^7.3.0",
"expo": "~51.0.38",
"expo-application": "~5.9.1",
"expo-asset": "~10.0.10",
"expo-dev-client": "~4.0.29",
"expo-insights": "~0.7.0",
"expo-status-bar": "~1.12.1",
"mongodb": "^6.3.0",
"mongoose": "^8.2.0",
"nativewind": "^2.0.11",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-dotenv": "^3.4.11",
"react-native-fs": "^2.20.0",
"react-native-heroicons": "^4.0.0",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "15.2.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-uuid": "^2.0.2",
"tailwindcss": "3.3.2"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.4"
}
}