-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.29 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
{
"name": "festlify",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"homepage": "https://ptaushanov.github.io/festify/",
"scripts": {
"start": "npx cross-env NODE_OPTIONS=--openssl-legacy-provider expo start",
"android": "npx cross-env NODE_OPTIONS=--openssl-legacy-provider expo start --android",
"ios": "npx cross-env NODE_OPTIONS=--openssl-legacy-provider expo start --ios",
"web": "npx cross-env NODE_OPTIONS=--openssl-legacy-provider expo start --web",
"eject": "npx expo eject",
"publish": "npx expo-cli publish",
"predeploy": "npx expo export:web",
"deploy": "gh-pages -d web-build"
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
"dependencies": {
"@expo/config-plugins": "^5.0.2",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/drawer": "^6.3.1",
"@react-navigation/material-bottom-tabs": "^6.2.13",
"@react-navigation/native": "^6.0.8",
"@react-navigation/stack": "^6.1.1",
"@react-spring/native": "^9.6.1",
"expo": "~47.0.0",
"expo-app-loading": "~2.1.1",
"expo-device": "~5.0.0",
"expo-image-picker": "~14.0.2",
"expo-localization": "~14.0.0",
"expo-notifications": "~0.17.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"finalhandler": "^1.1.2",
"firebase": "^9.17.1",
"formik": "^2.2.9",
"i18n-js": "^3.8.0",
"prop-types": "^15.8.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.8",
"react-native-gesture-handler": "~2.8.0",
"react-native-media-query": "^2.0.1",
"react-native-paper": "^5.2.0",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-web": "~0.18.7",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo/webpack-config": "^18.0.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"gh-pages": "^5.0.0",
"webpack-hot-middleware": "^2.25.3"
},
"private": true
}