-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.62 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.62 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
{
"name": "offsides",
"version": "0.9.4",
"private": true,
"scripts": {
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "eslint .",
"start": "react-native start",
"postinstall": "patch-package",
"prebuild": "npx expo prebuild --platform android"
},
"main": "index.js",
"dependencies": {
"@devvie/bottom-sheet": "^0.4.3",
"@eabdullazyanov/react-native-sms-user-consent": "^1.2.1",
"@expo/metro-config": "^54.0.13",
"@expo/vector-icons": "~14.0.4",
"@pchmn/expo-material3-theme": "^1.3.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-firebase/app": "^21.14.0",
"@react-native-firebase/crashlytics": "^21.14.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@react-navigation/stack": "^7.1.1",
"@shopify/flash-list": "2",
"babel-plugin-module-resolver": "^5.0.2",
"expo": "~52.0.48",
"expo-asset": "~11.0.5",
"expo-clipboard": "~7.0.1",
"expo-dev-client": "~5.0.20",
"expo-file-system": "~18.0.12",
"expo-font": "~13.0.4",
"js-sha256": "^0.11.0",
"react": "18.3.1",
"react-native": "0.76.9",
"react-native-device-info": "^14.0.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-image-modal": "^3.0.13",
"react-native-image-picker": "^7.2.3",
"react-native-mmkv": "^3.2.0",
"react-native-paper": "^5.14.5",
"react-native-phone-hint": "^0.2.1",
"react-native-reanimated": "~3.16.1",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "^4.4.0",
"react-native-video": "^6.8.2",
"rn-emoji-keyboard": "^1.7.0",
"semver": "^7.6.3",
"sidechat.js": "^2.6.5",
"timesago": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@react-native-community/cli": "15.0.0",
"@react-native-community/cli-platform-android": "15.0.0",
"@react-native-community/cli-platform-ios": "15.0.0",
"@react-native/babel-preset": "0.76.0",
"@react-native/eslint-config": "0.76.0",
"@react-native/metro-config": "0.76.0",
"@react-native/typescript-config": "0.76.0",
"@types/react": "~18.3.18",
"@types/react-test-renderer": "^18.3.1",
"@welldone-software/why-did-you-render": "^8.0.3",
"babel-jest": "^29.7.0",
"eslint": "^9.17.0",
"jest": "^29.7.0",
"patch-package": "^8.0.0",
"prettier": "^3.4.2",
"react-test-renderer": "18.3.1",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18"
},
"packageManager": "npm@10.0.0"
}