-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
117 lines (117 loc) · 4 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "moonmeet",
"version": "1.5.1",
"private": "false",
"author": {
"name": "Rayen Sbai",
"email": "rayensbai2@gmail.com"
},
"description": "We give people the closest distances.",
"publisher": "Moon",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"pods": "cd ios && pod install",
"clean": "cd android && ./gradlew clean",
"test": "jest",
"lint": "eslint .",
"lintfix": "eslint . --fix",
"assembleDebug": "cd android && ./gradlew assembleDebug",
"assembleRelease": "cd android && ./gradlew assembleRelease",
"postinstall": "patch-package"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.6.1",
"@notifee/react-native": "^7.8.2",
"@react-native-clipboard/clipboard": "^1.14.0",
"@react-native-community/hooks": "^3.0.0",
"@react-native-community/netinfo": "^11.3.1",
"@react-native-firebase/analytics": "^19.2.2",
"@react-native-firebase/app": "^19.2.2",
"@react-native-firebase/app-check": "^19.2.2",
"@react-native-firebase/auth": "^19.2.2",
"@react-native-firebase/crashlytics": "^19.2.2",
"@react-native-firebase/firestore": "^19.2.2",
"@react-native-firebase/perf": "^19.2.2",
"@react-native-firebase/storage": "^19.2.2",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"axios": "^1.6.8",
"crypto-js": "^4.2.0",
"lodash": "^4.17.21",
"lottie-ios": "^4.4.3",
"lottie-react-native": "^6.7.2",
"moment": "^2.30.1",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-freeze": "^1.0.4",
"react-native": "^0.73.7",
"react-native-big-list": "^1.6.1",
"react-native-device-info": "^10.13.1",
"react-native-gesture-handler": "^2.16.0",
"react-native-get-random-values": "^1.11.0",
"react-native-gifted-chat": "^2.4.0",
"react-native-image-crop-picker": "^0.40.3",
"react-native-image-viewing": "^0.2.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-mmkv": "^2.12.2",
"react-native-modal": "^13.0.1",
"react-native-onesignal": "4.5.3",
"react-native-pager-view": "^6.3.0",
"react-native-paper": "^5.12.3",
"react-native-reanimated": "^3.8.1",
"react-native-safe-area-context": "^4.9.0",
"react-native-screens": "^3.30.1",
"react-native-super-grid": "^5.1.0",
"react-native-svg": "^15.1.0",
"react-native-toast-message": "^2.2.0",
"react-native-vector-icons": "^10.0.3",
"react-native-webrtc": "^118.0.7",
"rn-emoji-keyboard": "^1.6.1",
"styled-components": "^6.1.8",
"styled-system": "^5.1.5",
"uuid": "^9.0.1",
"@react-buddy/ide-toolbox": "^2.4.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/babel-preset": "^0.73.21",
"@react-native/eslint-config": "^0.74.0",
"@react-native/metro-config": "^0.73.5",
"@react-native/typescript-config": "^0.74.0",
"@tsconfig/react-native": "^3.0.3",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/metro-config": "^0.76.3",
"@types/react": "^18.2.79",
"@types/react-native-get-random-values": "^1.8.2",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-test-renderer": "^18.0.7",
"@types/uuid": "^9.0.8",
"babel-jest": "^29.7.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.19.0",
"eslint-plugin-ft-flow": "^3.0.4",
"hermes-eslint": "^0.19.1",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "2.8.8",
"react-test-renderer": "^18.2.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"resolutions": {
"styled-components": "^5"
}
}