-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.47 KB
/
Copy pathpackage.json
File metadata and controls
105 lines (105 loc) · 3.47 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "stroberi",
"main": "expo-router/entry",
"version": "1.3.0",
"scripts": {
"upgrade:tamagui": "yarn up '*tamagui*'@latest '@tamagui/*'@latest",
"upgrade:tamagui:canary": "yarn up '*tamagui*'@canary '@tamagui/*'@canary",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "biome lint app/ data/ database/ hooks/ components/ lib/",
"format": "biome format --write app/ data/ database/ hooks/ components/ lib/",
"check": "biome check app/ data/ database/ hooks/ components/ lib/ --write --unsafe",
"check:types": "tsc --noEmit",
"postinstall": "patch-package"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/metro-runtime": "~6.1.2",
"@expo/react-native-action-sheet": "^4.1.0",
"@gorhom/bottom-sheet": "^5.0.6",
"@morrowdigital/watermelondb-expo-plugin": "^2.3.3",
"@nozbe/simdjson": "3.1.0-wmelon1",
"@nozbe/watermelondb": "^0.27.1",
"@react-native-community/datetimepicker": "8.4.4",
"@react-native-menu/menu": "^2.0.0",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@shopify/flash-list": "2.0.2",
"@shopify/react-native-skia": "2.2.12",
"@tamagui/config": "^2.3.1",
"@tamagui/lucide-icons": "2.0.0-rc.26",
"@tamagui/metro-plugin": "^2.3.1",
"@tamagui/portal": "^2.3.1",
"@tamagui/select": "^2.3.1",
"@tamagui/sheet": "^2.3.1",
"babel-preset-expo": "~54.0.10",
"burnt": "^0.12.2",
"dayjs": "^1.11.13",
"expo": "~54.0.35",
"expo-blur": "~15.0.8",
"expo-build-properties": "~1.0.10",
"expo-constants": "~18.0.13",
"expo-dev-client": "~6.0.21",
"expo-document-picker": "~14.0.8",
"expo-file-system": "~19.0.23",
"expo-font": "~14.0.12",
"expo-linear-gradient": "~15.0.8",
"expo-linking": "~8.0.12",
"expo-localization": "~17.0.9",
"expo-router": "~6.0.24",
"expo-sharing": "~14.0.8",
"expo-splash-screen": "~31.0.13",
"expo-sqlite": "~16.0.10",
"expo-status-bar": "~3.0.9",
"expo-system-ui": "~6.0.9",
"expo-updates": "~29.0.18",
"expo-web-browser": "~15.0.11",
"papaparse": "^5.4.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-ios-context-menu": "3.2.1",
"react-native-ios-utilities": "5.2.0",
"react-native-keyboard-controller": "1.18.5",
"react-native-reanimated": "~4.1.1",
"react-native-reanimated-carousel": "4.0.3",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-web": "^0.21.0",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"rn-emoji-keyboard": "^1.7.0",
"tamagui": "^2.3.1",
"typescript": "~5.9.2",
"victory-native": "41.26.0",
"zeego": "^1.10.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@biomejs/biome": "^2.0.4",
"@react-native-community/cli": "^15.1.2",
"@types/jest": "29.5.14",
"@types/papaparse": "^5",
"@types/react": "~19.1.10",
"jest": "~29.7.0",
"jest-expo": "~54.0.17",
"patch-package": "^8.0.1",
"postinstall-postinstall": "^2.1.0",
"repomix": "^0.2.6"
},
"private": true,
"packageManager": "yarn@4.0.2",
"resolutions": {
"@tamagui/web": "2.3.1",
"@tamagui/core": "2.3.1",
"@tamagui/helpers-icon": "2.3.1"
}
}