-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.19 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "relisten",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"ts:check": "tsc",
"postinstall": "patch-package"
},
"dependencies": {
"@expo/react-native-action-sheet": "^4.0.1",
"@expo/vector-icons": "^14.0.3",
"@gorhom/bottom-sheet": "^5.0.2",
"@kesha-antonov/react-native-background-downloader": "^3.2.2",
"@react-native-async-storage/async-storage": "2.0.0",
"@react-native-community/netinfo": "11.3.1",
"@react-native-community/slider": "4.5.4",
"@react-native-firebase/app": "^21.6.1",
"@react-native-firebase/crashlytics": "^21.6.1",
"@realm/react": "^0.11.0",
"@shopify/flash-list": "1.7.1",
"@switz/driver": "^0.10.0",
"@xstate/react": "^4.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"expo": "~51.0.37",
"expo-asset": "~10.0.10",
"expo-build-properties": "~0.12.5",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-file-system": "~17.0.1",
"expo-haptics": "^14.0.0",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.23",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"lottie-react-native": "7.0.0",
"moti": "^0.29.0",
"nativewind": "^2.0.11",
"plur": "^5.1.0",
"react": "18.2.0",
"react-content-loader": "^7.0.2",
"react-native": "~0.75.0",
"react-native-airplay-button": "^1.1.0",
"react-native-awesome-slider": "^2.5.6",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-flash-message": "^0.4.2",
"react-native-gesture-handler": "~2.20.0",
"react-native-get-random-values": "~1.11.0",
"react-native-logs": "^5.2.2",
"react-native-more-or-less-text": "^3.0.1",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.15.0",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.11.0",
"react-native-screens": "4.0.0-beta.12",
"react-native-scrubber": "^1.1.5",
"react-native-svg": "15.7.1",
"react-native-web": "~0.19.10",
"realm": "^12.13.1",
"reflect-metadata": "^0.2.2",
"remeda": "^2.19.0",
"tailwind-merge": "^2.5.4",
"thenby": "^1.3.4",
"wretch": "^2.6.0",
"xstate": "^5.0.0-beta.18"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@switz/eslint-config": "^11.0.1",
"@types/bluebird": "^3.5.42",
"@types/react": "~18.3.11",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"bluebird": "^3.7.2",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"patch-package": "^8.0.0",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "3.3.2",
"typescript": "~5.3.3"
},
"private": true,
"expo": {
"install": {
"exclude": [
"react-native@~0.74.0",
"react-native-reanimated@~3.10.0",
"react-native-gesture-handler@~2.16.1",
"react-native-screens@~3.31.1"
]
}
}
}