-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.71 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "StepsCountPlus",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test:unit": "jest ./app",
"test:e2e:ios": "detox test --configuration ios.sim.debug",
"test:e2e:android": "detox test --configuration android.sim.debug",
"postinstall": "RCT_NEW_ARCH_ENABLED=1 npx pod-install"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.5.1",
"@hookform/resolvers": "^3.3.4",
"@react-native-menu/menu": "^0.9.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@sentry/react-native": "^5.15.1",
"@shopify/flash-list": "^1.6.3",
"@shopify/react-native-performance": "^4.1.2",
"@shopify/react-native-skia": "^0.1.230",
"@supabase/supabase-js": "^2.39.2",
"ContextMenu": "file:context-menu",
"d3": "^7.8.5",
"emoji-regex": "^10.3.0",
"iconsax-react-native": "^0.0.8",
"immer": "^10.0.3",
"react": "18.2.0",
"react-error-boundary": "^4.0.12",
"react-hook-form": "^7.50.0",
"react-keyed-flatten-children": "^3.0.0",
"react-native": "0.73.0",
"react-native-config": "^1.5.1",
"react-native-context-menu-view": "^1.14.1",
"react-native-embrace": "^3.16.0",
"react-native-gesture-handler": "^2.14.0",
"react-native-haptic-feedback": "^2.2.0",
"react-native-health": "^1.18.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-mmkv": "^2.11.0",
"react-native-onesignal": "^5.0.4",
"react-native-popup-menu": "^0.16.1",
"react-native-reanimated": "^3.6.1",
"react-native-safe-area-context": "^4.8.1",
"react-native-screens": "^3.29.0",
"react-native-svg": "^14.1.0",
"react-native-toast-message": "^2.2.0",
"react-native-unistyles": "^2.0.0",
"react-native-url-polyfill": "^2.0.0",
"uuid": "^9.0.1",
"victory-native": "^40.0.3",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@biomejs/biome": "1.4.1",
"@react-native/babel-preset": "^0.73.18",
"@react-native/eslint-config": "^0.73.1",
"@react-native/metro-config": "^0.73.2",
"@react-native/typescript-config": "^0.73.1",
"@testing-library/react-native": "^12.4.1",
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.0",
"detox": "^20.14.1",
"eslint": "^8.19.0",
"jest": "^29.7.0",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.1.1",
"ts-toolbelt": "^9.6.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}