forked from HighlanderRobotics/lovat-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.73 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
{
"name": "lovat-collection",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"ts:check": "tsc",
"build-ios": "eas build --platform ios --local --output ./build/app-release.ipa",
"build-ios-dev": "eas build --platform ios --local --output ./build/app-development.ipa --profile development",
"build-ios-dev-simulator": "eas build --platform ios --local --output ./build/app-development.zip --profile development-simulator",
"build-ios-preview": "eas build --platform ios --local --output ./build/app-preview.ipa --profile preview",
"build-ios-staging": "eas build --platform ios --local --output ./build/app-staging.ipa --profile staging",
"build-android": "eas build --platform android --local --output ./build/app-release.aab",
"build-android-dev": "eas build --platform android --local --output ./build/app-development.apk --profile development",
"build-android-staging": "eas build --platform android --local --output ./build/app-development.aab --profile staging"
},
"dependencies": {
"@expo-google-fonts/heebo": "^0.2.3",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/slider": "^4.5.2",
"@react-native-menu/menu": "^0.9.1",
"@react-native-picker/picker": "2.4.10",
"@types/react": "~18.2.14",
"expo": "~49.0.15",
"expo-build-properties": "~0.8.3",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.12",
"expo-font": "~11.4.0",
"expo-haptics": "~12.4.0",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-navigation-bar": "~2.3.0",
"expo-router": "^2.0.0",
"expo-screen-orientation": "~6.0.6",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"jotai": "^2.6.1",
"qrcode": "^1.5.3",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "~2.12.0",
"react-native-get-random-values": "~1.9.0",
"react-native-ios-context-menu": "^2.4.3",
"react-native-ios-utilities": "^4.3.2",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-swiper-flatlist": "^3.2.3",
"react-native-wheel-pick": "^1.2.2",
"react-time-ago": "^7.2.1",
"typescript": "^5.1.3",
"uuid": "^9.0.1",
"zeego": "^1.9.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/ngrok": "^4.1.3",
"@types/qrcode": "^1.5.5",
"@types/uuid": "^9.0.7"
},
"private": true,
"resolutions": {
"react-refresh": "~0.14.0"
}
}