-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·82 lines (82 loc) · 2.9 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"postinstall": "rm -rf node_modules/expo/node_modules/react-native-safe-area-context"
},
"dependencies": {
"@expo/ngrok": "^4.1.0",
"@expo/vector-icons": "^12.0.0",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/datetimepicker": "3.5.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-masked-view/masked-view": "0.2.5",
"@react-native-picker/picker": "2.1.0",
"@react-navigation/material-bottom-tabs": "^6.0.8",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
"@react-navigation/stack": "^6.1.1",
"@unimodules/core": "~7.2.0",
"@unimodules/react-native-adapter": "~6.5.0",
"babel-preset-expo": "8.5.1",
"eslint-import-resolver-typescript": "^2.5.0",
"expo": "^43.0.0",
"expo-app-loading": "~1.2.1",
"expo-font": "~10.0.3",
"expo-image-picker": "~11.0.3",
"expo-images-picker": "2.0.1",
"expo-media-library": "~13.0.3",
"expo-modules-core": "~0.4.10",
"expo-status-bar": "~1.1.0",
"expo-web-browser": "~10.0.3",
"firebase": "8.2.3",
"metro-config": "^0.64.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-firebase-hooks": "^3.0.4",
"react-hook-form": "^7.31.1",
"react-native": "0.64.3",
"react-native-dotenv": "^3.2.0",
"react-native-dropdown-picker": "^5.2.3",
"react-native-gesture-handler": "~1.10.2",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-localize": "^2.2.1",
"react-native-modal": "^12.1.0",
"react-native-paper": "^4.9.2",
"react-native-progress-steps": "^1.3.4",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-switch-selector": "^2.1.4",
"react-native-unimodules": "~0.15.0",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "0.17.1",
"react-navigation": "^4.4.4",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"@types/styled-components": "^5.1.6",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"typescript": "~4.3.5"
},
"private": true
}