-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.64 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
{
"main": "node_modules/expo/AppEntry.js",
"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": "expo eject"
},
"dependencies": {
"@expo-google-fonts/montserrat": "^0.2.2",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-navigation/bottom-tabs": "^6.5.4",
"@react-navigation/native": "^6.1.3",
"@react-navigation/native-stack": "^6.9.9",
"axios": "^1.3.2",
"babel-plugin-import": "^1.13.6",
"babel-plugin-inline-dotenv": "^1.7.0",
"expo": "^47.0.13",
"expo-image-picker": "~14.0.2",
"expo-secure-store": "^12.0.0",
"expo-status-bar": "^1.4.2",
"formik": "^2.2.9",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-dropdown-picker": "^5.4.4",
"react-native-flash-message": "^0.4.0",
"react-native-mime-types": "^2.3.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-web": "^0.18.12",
"yup": "^0.32.11",
"@expo/webpack-config": "^0.17.2"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"eslint": "^8.33.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"cross-env": "^7.0.3"
},
"private": true
}