-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.82 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.82 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
{
"scripts": {
"start": "react-native start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"development": "eas build --profile development --platform android",
"preview": "eas build --profile preview --platform android",
"eject": "expo eject",
"lint": "eslint App.js components/ navigation/ screens/",
"fixlint": "eslint --fix App.js components/ navigation/ screens/",
"e2e": "detox test"
},
"dependencies": {
"@expo/fingerprint": "^0.11.8",
"@expo/metro-runtime": "~4.0.1",
"@expo/vector-icons": "^14.0.2",
"@hugeicons/core-free-icons": "^1.0.10",
"@hugeicons/react-native": "^1.0.3",
"@morrowdigital/watermelondb-expo-plugin": "ChronSyn/watermelondb-expo-plugin#feat/expo-sdk52-support",
"@nozbe/watermelondb": "0.28.0",
"@react-native-async-storage/async-storage": "1.24.0",
"@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",
"date-fns": "^4.1.0",
"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-image": "~2.0.5",
"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.26.17",
"i18n-js": "^3.9.2",
"prettier": "^3.5.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "~1.11.0",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.14.1",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.8.0",
"react-native-svg-charts": "photonbit/react-native-svg-charts",
"react-native-toast-message": "^2.1.6",
"react-native-web": "~0.19.13",
"url-parse": "^1.5.10",
"uuid": "^11.0.5"
},
"devDependencies": {
"@babel/core": "7.28.4",
"@babel/eslint-parser": "^7.26.10",
"@babel/eslint-plugin": "^7.26.10",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/preset-env": "^7.1.6",
"@eslint/js": "^9.22.0",
"@expo/ngrok": "^4.1.0",
"@nozbe/eslint-plugin-nozbe": "^1.4.1",
"@types/i18n-js": "^4.0.1",
"detox": "^20.0.0",
"detox-expo-helpers": "^0.6.0",
"eslint": "^9.22.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"jest": "^27.5.1",
"jest-circus": "^27.5.1"
},
"private": true,
"name": "umetric",
"version": "1.0.0"
}