-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 2.22 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
{
"name": "next-meal",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"start --web": "expo start --web",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"bash": "NODE_OPTIONS=--openssl-legacy-provider expo start --web",
"cmd": "set NODE_OPTIONS=--openssl-legacy-provider npx expo start --web",
"powershell": "$env:NODE_OPTIONS=--openssl-legacy-provider; expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^0.17.0",
"@react-google-maps/api": "^2.12.2",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/drawer": "^6.5.0",
"@react-navigation/material-bottom-tabs": "^6.2.4",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.1",
"@types/jest": "^29.1.1",
"@types/node": "^18.8.1",
"axios": "^0.27.2",
"bootstrap": "^5.2.1",
"cpf-cnpj-validator": "^1.0.3",
"dotenv": "^16.0.2",
"expo": "~46.0.9",
"expo-device": "^5.0.0",
"expo-image-picker": "^14.0.1",
"expo-location": "^15.0.1",
"expo-notifications": "^0.17.0",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.7",
"framer-motion": "^7.6.7",
"joi": "^17.6.1",
"material-icons": "^1.11.11",
"moment": "^2.29.4",
"native-base": "^3.4.16",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "18.0.0",
"react-native": "0.69.5",
"react-native-document-picker": "^8.1.2",
"react-native-elements": "^3.4.2",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "~2.5.0",
"react-native-get-location": "^2.2.1",
"react-native-image-picker": "^4.10.0",
"react-native-mask-input": "^1.2.1",
"react-native-reanimated": "~2.9.1",
"react-native-restart": "^0.0.24",
"react-native-safe-area-context": "^4.3.1",
"react-native-web": "~0.18.7",
"react-router-dom": "^6.4.3",
"typescript": "^4.6.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react-native": "^0.70.6"
},
"resolutions": {
"react-native": "0.69.5",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react-native": "^0.70.6"
},
"private": true
}