-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
81 lines (81 loc) · 2.64 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
{
"name": "pixelfed",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"upgrade:tamagui": "yarn up '*tamagui*'@latest '@tamagui/*'@latest",
"upgrade:tamagui:canary": "yarn up '*tamagui*'@canary '@tamagui/*'@canary",
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "npx @biomejs/biome check --write ./src",
"postinstall": "patch-package"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/metro-runtime": "~3.1.3",
"@gorhom/bottom-sheet": "^4",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-native-community/blur": "^4.4.1",
"@react-native-community/hooks": "^3.0.0",
"@react-native-community/netinfo": "11.1.0",
"@react-navigation/native": "^6.0.2",
"@shopify/flash-list": "^1.6.4",
"@tamagui/config": "^1.94.4",
"@tamagui/metro-plugin": "^1.94.4",
"@tamagui/toast": "^1.94.4",
"@tanstack/react-query": "^5.34.1",
"babel-preset-expo": "^10.0.0",
"burnt": "^0.12.2",
"expo": "^50.0.14",
"expo-application": "~5.8.4",
"expo-constants": "~15.4.6",
"expo-font": "~11.10.3",
"expo-haptics": "~12.8.1",
"expo-image-picker": "~14.7.1",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.10",
"expo-secure-store": "~12.8.1",
"expo-share-intent": "^1.5.2",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.4",
"expo-web-browser": "~12.8.2",
"patch-package": "^8.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet-async": "~2.0.4",
"react-native": "0.73.6",
"react-native-blurhash": "^2.1.0",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "~2.14.0",
"react-native-gifted-chat": "^2.4.0",
"react-native-mmkv": "^2.12.2",
"react-native-pressable-opacity": "^1.0.10",
"react-native-reanimated": "~3.6.2",
"react-native-reanimated-carousel": "v4.0.0-alpha.12",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-static-safe-area-insets": "^2.2.0",
"react-native-svg": "^15.4.0",
"react-native-video": "^6.2.0",
"react-native-vision-camera": "^4.6.3",
"react-native-web": "~0.19.6",
"semver": ">=7.5.2",
"tamagui": "^1.94.4",
"typescript": "^5.3.0",
"expo-notifications": "~0.27.8",
"expo-device": "~5.9.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"babel-plugin-module-resolver": "^5.0.0"
},
"private": true,
"packageManager": "[email protected]"
}