-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.86 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.86 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
{
"name": "sunscan",
"version": "0.1.3",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build-prod": "eas build --platform android --profile production --local",
"build-dev": "eas build --platform android --profile development --local",
"build-prev": "eas build --platform android --profile preview --local",
"build-prod-android": "eas build --platform android",
"build-prod-ios": "eas build --platform ios",
"submit-prod-ios": "eas submit --platform ios",
"build-prev-ios": "eas build --platform ios --profile preview --local",
"sync-build-version": "eas build:version:set"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo-google-fonts/baumans": "^0.2.3",
"@likashefqet/react-native-image-zoom": "4.3.0",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/slider": "4.5.6",
"@react-native-picker/picker": "2.11.1",
"@react-navigation/native": "6.1.9",
"@react-navigation/native-stack": "6.9.17",
"@react-three/drei": "^10.7.3",
"@react-three/fiber": "^9.3.0",
"@shopify/react-native-skia": "v2.2.2",
"expo": "~53.0.23",
"expo-application": "~6.1.5",
"expo-asset": "~11.1.7",
"expo-av": "~15.1.7",
"expo-blur": "~14.1.5",
"expo-build-properties": "~0.14.8",
"expo-checkbox": "~4.1.4",
"expo-dev-client": "~5.2.4",
"expo-file-system": "~18.1.11",
"expo-font": "~13.3.2",
"expo-gl": "~15.1.7",
"expo-image": "~2.4.1",
"expo-linear-gradient": "~14.1.5",
"expo-linking": "~7.1.7",
"expo-location": "~18.1.6",
"expo-media-library": "~17.1.7",
"expo-navigation-bar": "~4.2.8",
"expo-screen-orientation": "~8.1.7",
"expo-sensors": "^14.1.4",
"expo-sharing": "~13.1.5",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"expo-three": "^8.0.0",
"fbjs": "^3.0.5",
"i18next": "^23.14.0",
"lodash": "^4.17.21",
"lottie-react-native": "7.2.2",
"md5": "^2.3.0",
"nativewind": "^2.0.11",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.0.1",
"react-native": "0.79.6",
"react-native-edge-to-edge": "1.6.0",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "~3.17.4",
"react-native-reconnecting-websocket": "^1.0.3",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-segmented-control-tab": "^4.0.0",
"react-native-select-dropdown": "^4.0.1",
"react-native-svg": "15.11.2",
"rn-vertical-slider": "~4.4.1",
"suncalc": "1.9.0",
"three": "^0.166.1",
"victory-native": "~41.19.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"tailwindcss": "3.3.2"
},
"private": true
}