-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.04 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
{
"name": "MusoraChat",
"version": "0.0.1",
"private": true,
"peerDependencies": {
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-android-keyboard-adjust": "^1.2.0",
"react-native-device-info": "^10.9.0",
"react-native-safe-area-context": "^3.4.1",
"RNDownload": "git+https://github.com/railroadmedia/RNDownload.git#master-musora-app",
"stream-chat": "^8.14.1"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.2",
"@types/react": "^18.0.24",
"@types/react-native": "^0.66.15",
"@types/react-native-android-keyboard-adjust": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"typescript": "4.8.4"
}
}