-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.83 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
{
"name": "petmigos-app",
"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": {
"@react-native-community/checkbox": "^0.5.14",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "^2.4.8",
"@react-navigation/bottom-tabs": "^6.5.4",
"@react-navigation/native": "^6.1.3",
"@react-navigation/stack": "^6.3.12",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"axios": "^1.3.0",
"base64-js": "^1.5.1",
"cors": "^2.8.5",
"cpf-cnpj-validator": "^1.0.3",
"expo": "~47.0.12",
"expo-checkbox": "~2.2.2",
"expo-image": "^1.0.0-beta.4",
"expo-image-picker": "~14.0.2",
"expo-secure-store": "~12.0.0",
"expo-splash-screen": "^0.17.5",
"expo-status-bar": "~1.4.2",
"express": "^4.18.2",
"js-base64": "^3.7.5",
"metro-core": "^0.74.1",
"moment": "^2.29.4",
"mongodb": "^5.0.0",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-check-box": "^2.1.7",
"react-native-drop-shadow": "^0.0.6",
"react-native-dropdown-picker": "^5.4.4",
"react-native-dropdown-select-list": "^2.0.4",
"react-native-elements": "^3.4.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.8.0",
"react-native-image-base64": "^0.1.4",
"react-native-image-picker": "^5.0.1",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
"react-native-svg-transformer": "^1.0.0",
"rn-fetch-blob": "^0.12.0",
"typescript": "^4.6.3"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}