-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.91 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
{
"name": "registro-de-caixa",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@expo-google-fonts/inter": "^0.2.2",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-native-community/google-signin": "^5.0.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/app": "^15.7.0",
"@react-native-firebase/auth": "^15.7.0",
"@react-native-google-signin/google-signin": "^8.0.0",
"@react-native-picker/picker": "2.4.2",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/core": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"expo": "~46.0.13",
"expo-secure-store": "~11.3.0",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.6",
"firebase": "^9.10.0",
"intl": "^1.2.5",
"jsc-android": "^250230.2.1",
"npm-check-updates": "^16.3.3",
"react": "18.0.0",
"react-currency-format": "^1.1.0",
"react-dom": "18.0.0",
"react-native": "^0.69.6",
"react-native-date-picker": "^4.2.5",
"react-native-datepicker": "^1.7.2",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.5.0",
"react-native-google-signin": "^2.1.1",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-mask-input": "^1.2.1",
"react-native-mask-text": "^0.11.0",
"react-native-mmkv": "^2.4.3",
"react-native-modal-selector": "^2.1.1",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}