-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
68 lines (68 loc) · 2.27 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
{
"name": "laudiolin-mobile",
"version": "2.0.0",
"main": "AppEntry.js",
"scripts": {
"dev": "expo start --port 80",
"eas:build": "eas build --profile development"
},
"dependencies": {
"@expo-google-fonts/poppins": "^0.2.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "11.3.1",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-native-picker/picker": "2.7.5",
"@react-navigation/bottom-tabs": "^6.5.16",
"@react-navigation/native": "^6.1.14",
"@react-navigation/stack": "^6.3.25",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"@shopify/flash-list": "1.6.4",
"expo": "~51.0.22",
"expo-auth-session": "~5.5.2",
"expo-background-fetch": "~12.0.1",
"expo-blur": "~13.0.2",
"expo-crypto": "~13.0.2",
"expo-dev-client": "~4.0.20",
"expo-document-picker": "~12.0.2",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.9",
"expo-image-manipulator": "~12.0.5",
"expo-image-picker": "~15.0.7",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-secure-store": "~13.0.2",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.21",
"expo-web-browser": "~13.0.3",
"js-base64": "^3.7.7",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-event-listeners": "^1.0.7",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-image-colors": "^2.4.0",
"react-native-logs": "^5.1.0",
"react-native-popup-menu": "^0.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-select-dropdown": "^3.4.0",
"react-native-text-ticker": "^1.14.0",
"react-native-toggle-element": "^2.0.1",
"react-native-track-player": "^4.0.1",
"react-native-vector-icons": "^10.0.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/react": "~18.2.79",
"@types/react-native-vector-icons": "^6.4.18",
"babel-plugin-module-resolver": "^5.0.0",
"prettier": "^3.2.5",
"typescript": "^5.1.3"
},
"private": true
}