-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.78 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
{
"name": "runningtime",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"dev": "expo start",
"android": "expo run:android --device",
"android-build": "eas build -p android --local",
"ios": "expo run:ios --device",
"ios-build1": "expo run:ios --device --configuration Release",
"ios-build": "react-native run-ios --mode Release --terminal terminal",
"ios-bundle": "expo export:embed --entry-file='node_modules/expo/AppEntry.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/datetimepicker": "^7.6.2",
"@react-navigation/bottom-tabs": "^6.5.16",
"@react-navigation/native": "^6.1.14",
"@react-navigation/stack": "^6.3.25",
"dayjs": "^1.11.10",
"expo": "~50.0.11",
"expo-background-fetch": "~11.8.1",
"expo-dev-client": "~3.3.9",
"expo-location": "~16.5.5",
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.11",
"geolib": "^3.3.4",
"lodash": "^4.17.21",
"phosphor-react-native": "^2.0.0",
"qs": "^6.11.2",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-maps": "1.10.0",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-pager-view": "6.2.3",
"react-native-root-toast": "^3.5.1",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-native-tab-view": "^3.5.2",
"typescript": "^5.3.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"nativewind": "^2.0.11",
"tailwindcss": "3.3.2"
},
"private": true
}