-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.16 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
{
"dependencies": {
"@expo/webpack-config": "^0.17.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/app": "^15.7.0",
"@react-navigation/elements": "^1.3.6",
"@react-navigation/native": "^6.0.12",
"@react-navigation/stack": "^6.2.3",
"email-validator": "^2.0.4",
"expo": "^46.0.0",
"firebase": "^9.11.0",
"formik": "^2.2.9",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.5.0",
"react-native-navigation": "^7.30.0-alpha.1",
"react-native-safe-area-context": "4.3.1",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~3.15.0",
"react-native-web": "~0.18.7",
"react-navigation-stack": "^2.10.4",
"valid-url": "^1.0.9",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.18.6"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"tunnel": "expo start --tunnel"
},
"version": "1.0.0",
"private": true,
"name": "instagram-clone"
}