-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.54 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
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "learnapp",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"cypress:open": "cypress open"
},
"dependencies": {
"@expo/webpack-config": "^19.0.0",
"@gorhom/bottom-sheet": "^4.6.0",
"@miblanchard/react-native-slider": "^2.3.1",
"@react-native-async-storage/async-storage": "^1.18.2",
"@react-native-community/progress-view": "^1.4.2",
"@react-native-community/slider": "^4.4.3",
"@react-navigation/material-bottom-tabs": "^6.2.19",
"@react-navigation/material-top-tabs": "^6.6.5",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.16",
"@supabase-cache-helpers/postgrest-swr": "^1.1.13",
"@supabase/postgrest-js": "^1.8.5",
"@supabase/supabase-js": "^2.38.4",
"@types/react": "~18.2.14",
"base64-arraybuffer": "^1.0.2",
"dayjs": "^1.11.10",
"expo": "~49.0.15",
"expo-asset": "~8.10.1",
"expo-av": "~13.4.1",
"expo-document-picker": "~11.5.4",
"expo-image-picker": "^14.5.0",
"expo-media-library": "~15.4.1",
"expo-permissions": "^14.4.0",
"expo-sharing": "^11.7.0",
"expo-status-bar": "~1.6.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-confetti-cannon": "^1.5.2",
"react-native-countdown-component": "^2.7.1",
"react-native-document-picker": "^9.0.1",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.14.1",
"react-native-get-random-values": "~1.9.0",
"react-native-indicators": "^0.17.0",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "6.2.0",
"react-native-paper": "^5.11.0",
"react-native-paper-fastalerts": "^0",
"react-native-pie-chart": "^3.0.2",
"react-native-reanimated": "^3.5.4",
"react-native-responsive-dimensions": "^3.1.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-sound": "^0.11.2",
"react-native-svg": "13.9.0",
"react-native-tab-view": "^3.5.2",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.0.0",
"react-native-web": "~0.19.6",
"react-native-webview": "^13.6.3",
"swr": "^2.2.4",
"typescript": "^5.1.3",
"zustand": "^4.4.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"cypress": "^13.6.0",
"prettier": "3.0.3"
},
"private": true
}