-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.21 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.21 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
{
"name": "iwut",
"main": "expo-router/entry",
"version": "0.1.5",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"lint": "expo lint",
"format": "prettier --write ."
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@preeternal/react-native-cookie-manager": "^6.3.1",
"@react-native-assets/slider": "^11.0.12",
"@react-navigation/native": "^7.1.8",
"@sentry/react-native": "~7.11.0",
"@tailwindcss/postcss": "^4.2.2",
"expo": "~55.0.15",
"expo-build-properties": "~55.0.13",
"expo-clipboard": "~55.0.13",
"expo-constants": "~55.0.14",
"expo-dev-client": "~55.0.27",
"expo-device": "~55.0.15",
"expo-file-system": "~55.0.16",
"expo-font": "~55.0.4",
"expo-haptics": "~55.0.14",
"expo-image": "~55.0.6",
"expo-image-picker": "~55.0.18",
"expo-linear-gradient": "~55.0.13",
"expo-linking": "~55.0.13",
"expo-router": "~55.0.12",
"expo-secure-store": "~55.0.13",
"expo-sharing": "~55.0.18",
"expo-splash-screen": "~55.0.18",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.15",
"expo-updates": "~55.0.20",
"expo-web-browser": "~55.0.14",
"jszip": "^3.10.1",
"nativewind": "^5.0.0-preview.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.4",
"react-native-css": "^3.0.6",
"react-native-file-logger": "^0.7.2",
"react-native-gesture-handler": "~2.30.0",
"react-native-mmkv": "^4.3.0",
"react-native-nitro-modules": "^0.35.3",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.23.0",
"react-native-tcp-socket": "^6.4.1",
"react-native-toast-message": "^2.3.3",
"react-native-webview": "13.16.0",
"react-native-wifi-reborn": "^4.13.6",
"react-native-worklets": "0.7.2",
"tailwindcss": "^4.2.2",
"zustand": "^5.0.12"
},
"devDependencies": {
"@types/react": "~19.2.10",
"eslint": "^9.25.0",
"eslint-config-expo": "~55.0.0",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.1",
"typescript": "~5.9.2"
},
"resolutions": {
"lightningcss": "1.30.1"
}
}