-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 3.45 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
83
84
85
86
87
88
89
90
91
92
93
{
"name": "src",
"expo": {
"name": "Compartilhe",
"slug": "compartilhe",
"sdkVersion": "UNVERSIONED",
"privacy": "public"
},
"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"
},
"dependencies": {
"@builderx/utils": "^0.1.6",
"@expo/vector-icons": "^10.0.0",
"@iconify/icons-dashicons": "^1.0.4",
"@iconify/react": "^1.1.1",
"@react-native-community/async-storage": "~1.11.0",
"@react-native-community/datetimepicker": "2.4.0",
"@react-native-community/slider": "^3.0.3",
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
"@types/i18n-js": "^3.0.3",
"@types/react": "~16.9.41",
"@types/react-dom": "^16.9.5",
"@types/react-native": "0.63.0",
"@types/react-redux": "^7.1.7",
"axios": "^0.19.0",
"babel-preset-react-native": "^5.0.2",
"datepicker": "^0.0.0",
"email-validator": "^2.0.4",
"expo": "^38.0.0",
"expo-background-fetch": "~8.3.0",
"expo-font": "~8.2.1",
"expo-linear-gradient": "~8.2.1",
"expo-localization": "~8.2.1",
"expo-location": "~8.2.1",
"i18n-js": "^3.5.1",
"lodash": "^4.17.15",
"permissions": "^0.1.0",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-app-intro-slider": "^3.0.0",
"react-native-console-time-polyfill": "^1.2.1",
"react-native-datepicker-modal": "^1.3.0",
"react-native-gesture-handler": "~1.6.0",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-maps": "0.27.1",
"react-native-navigation-drawer": "^1.2.2",
"react-native-navigation-stack": "^0.1.2",
"react-native-paper": "^3.3.0",
"react-native-reanimated": "~1.9.0",
"react-native-responsive-fontsize": "^0.4.2",
"react-native-responsive-screen": "^1.3.0",
"react-native-safe-area-context": "~3.0.7",
"react-native-screens": "~2.9.0",
"react-native-snap-carousel": "^3.8.4",
"react-native-stack": "^1.0.0-alpha11",
"react-native-svg": "12.1.0",
"react-native-vector-icons": "^7.1.0",
"react-navigation": "^4.0.10",
"react-navigation-drawer": "^2.3.3",
"react-navigation-stack": "^1.10.3",
"react-redux": "^7.1.3",
"reactotron-react-native": "^5.0.0",
"redux": "^4.0.4",
"styled-components": "^4.4.1"
},
"devDependencies": {
"@babel/preset-env": "^7.0.0",
"@types/react-native-vector-icons": "^6.4.6",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-root-import": "^6.5.0",
"babel-preset-expo": "^8.2.3",
"cz-conventional-changelog": "^3.0.2",
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-import-resolver-babel-plugin-root-import": "^1.1.1",
"eslint-plugin-import": "^2.20.2",
"metro-react-native-babel-preset": "^0.59.0",
"react-devtools": "^4.4.0",
"react-test-renderer": "16.3.1"
},
"private": true,
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}