-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.3 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
{
"name": "continhas",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/poppins": "^0.2.2",
"@hookform/resolvers": "^2.9.10",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/blur": "^4.3.0",
"@react-native-community/datetimepicker": "^6.2.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.1.1",
"@react-navigation/native-stack": "^6.9.7",
"expo": "~46.0.16",
"expo-app-loading": "~2.1.0",
"expo-checkbox": "~2.2.0",
"expo-font": "~10.2.0",
"expo-linear-gradient": "~11.4.0",
"expo-navigation-bar": "~1.3.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"intl": "^1.2.5",
"moment": "^2.29.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-hook-form": "^7.39.1",
"react-native": "0.69.6",
"react-native-date-picker": "^4.2.6",
"react-native-flash-message": "^0.3.1",
"react-native-gesture-handler": "~2.5.0",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-mask-input": "^1.2.2",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^14.0.0",
"react-native-modalbox": "^2.0.2",
"react-native-modalize": "^2.1.1",
"react-native-modern-datepicker": "^1.0.0-beta.91",
"react-native-reanimated": "~2.9.1",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-shimmer-placeholder": "^2.0.9",
"react-native-swiper": "^1.6.0",
"react-native-uuid": "^2.0.1",
"react-native-web": "~0.18.7",
"styled-components": "^5.3.6",
"yarn": "^1.22.19",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"@types/react-native-modalbox": "^1.4.10",
"@types/react-native-modern-datepicker": "^1.0.1",
"@types/styled-components-react-native": "^5.1.3",
"typescript": "^4.6.3"
},
"private": true
}