forked from micahlt/offsides
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) 路 2.62 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 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
81
82
83
84
85
{
"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.5.0",
"@eabdullazyanov/react-native-sms-user-consent": "^1.3.0",
"@expo/metro-config": "~0.20.18",
"@expo/vector-icons": "^14.1.0",
"@pchmn/expo-material3-theme": "^1.4.0",
"@react-native-async-storage/async-storage": "2.1.2",
"@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": "^53.0.0",
"expo-asset": "~11.1.7",
"expo-clipboard": "~7.1.5",
"expo-dev-client": "~5.2.4",
"expo-file-system": "~18.1.11",
"expo-font": "~13.3.2",
"js-sha256": "^0.11.0",
"react": "19.0.0",
"react-native": "0.79.6",
"react-native-device-info": "^14.0.2",
"react-native-gesture-handler": "~2.24.0",
"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.17.4",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-video": "^6.8.2",
"rn-emoji-keyboard": "^1.7.0",
"semver": "^7.6.3",
"sidechat.js": "^2.6.6",
"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.79.6",
"@react-native/eslint-config": "0.79.6",
"@react-native/metro-config": "0.79.6",
"@react-native/typescript-config": "0.79.6",
"@types/react": "~19.0.10",
"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": "19.0.0",
"typescript": "~5.8.3"
},
"engines": {
"node": ">=18"
},
"packageManager": "npm@10.0.0",
"expo": {
"install": {
"exclude": [
"react-native-reanimated@~4.0.1"
]
}
}
}