-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.62 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
{
"name": "aquafix",
"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": {
"@expo/config-plugins": "~7.2.5",
"@expo/ngrok": "^2.5.0",
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^19.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/material-bottom-tabs": "^6.2.17",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@types/react": "~18.2.24",
"@types/react-native": "^0.72.3",
"base-64": "^1.0.0",
"cpf-cnpj-validator": "^1.0.3",
"expo": "^49.0.13",
"expo-image": "~1.3.4",
"expo-image-manipulator": "~11.3.0",
"expo-image-picker": "~14.3.2",
"expo-status-bar": "~1.6.0",
"firebase": "^10.5.0",
"image-size": "^1.0.2",
"ngrok": "^5.0.0-beta.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-native": "0.72.5",
"react-native-base64": "^0.2.1",
"react-native-image-picker": "^7.0.0",
"react-native-paper": "^5.10.6",
"react-native-picker-select": "^8.1.0",
"react-native-ratings": "^8.1.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-vector-icons": "^10.0.0",
"react-native-web": "~0.19.9",
"react-native-webview": "13.2.2",
"unidecode": "^0.1.8"
},
"devDependencies": {
"@babel/core": "^7.23.0"
},
"private": true
}