-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 766 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 766 Bytes
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
{
"name": "shayar",
"version": "0.0.0",
"description": "No description",
"author": null,
"private": true,
"main": "node_modules/expo/AppEntry.js",
"devDependencies": {
"babel-preset-expo": "^7.0.0"
},
"dependencies": {
"expo": "^36.0.0",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"moment": "*",
"firebase": "7.7.0",
"react-navigation": "4.0.10",
"react-native-paper": "3.1.1",
"react-native-screens": "^2.0.0-alpha.20",
"react-navigation-stack": "2.0.15",
"react-native-gifted-chat": "0.13.0",
"react-native-gesture-handler": "^1.5.0",
"react-native-safe-area-context": "^0.6.0",
"@react-native-community/masked-view": "^0.1.1"
}
}