-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.99 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
{
"scripts": {
"start": "react-native start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint App.js components/ navigation/ screens/",
"fixlint": "eslint --fix App.js components/ navigation/ screens/"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.25.9",
"@expo/fingerprint": "^0.11.8",
"@expo/metro-runtime": "~4.0.1",
"@expo/vector-icons": "^14.0.2",
"@morrowdigital/watermelondb-expo-plugin": "ChronSyn/watermelondb-expo-plugin#feat/expo-sdk52-support",
"@nozbe/watermelondb": "0.28.0-2",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-segmented-control/segmented-control": "2.5.7",
"@react-navigation/drawer": "^6.5.6",
"@react-navigation/native": "^6.1.1",
"@react-navigation/stack": "^6.3.10",
"axios": "^1.2.2",
"expo": "^52.0.31",
"expo-application": "~6.0.2",
"expo-av": "~15.0.2",
"expo-build-properties": "^0.13.2",
"expo-constants": "~17.0.5",
"expo-dev-client": "~5.0.11",
"expo-device": "~7.0.2",
"expo-keep-awake": "~14.0.2",
"expo-linking": "~7.0.5",
"expo-localization": "~16.0.1",
"expo-splash-screen": "~0.29.21",
"expo-sqlite": "~15.1.2",
"expo-status-bar": "~2.0.1",
"expo-updates": "~0.27.0",
"i18n-js": "^3.9.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.78.0",
"react-native-gesture-handler": "~2.24.0",
"react-native-reanimated": "~3.17.0",
"react-native-safe-area-context": "5.3.0",
"react-native-screens": "~4.9.0",
"react-native-svg": "15.11.2",
"react-native-svg-charts": "photonbit/react-native-svg-charts",
"react-native-toast-message": "^2.1.6",
"react-native-web": "~0.19.13",
"@tanstack/react-query": "^4.0.5",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@babel/core": "7.26.9",
"eslint": "^9.0.0"
},
"private": true,
"name": "umetric",
"version": "1.0.0"
}