-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 4.49 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "app-sdk49",
"main": "expo-router/entry",
"version": "13.4.23",
"scripts": {
"start": "env-cmd -f .env.${ENV:-dev}.local expo start --dev-client",
"start:dev": "ENV=dev npm run start",
"start:staging": "ENV=staging npm run start",
"start:live": "ENV=live npm run start",
"update": "node ./scripts/update",
"update:dev": "ENV=dev npm run update",
"clear": "rm -rf node_modules ios android",
"build": "node ./scripts/build",
"build:local": "env-cmd -f .env.${ENV:-dev}.local npx expo prebuild --clean",
"channel:list": "env-cmd -f .env.${ENV:-dev}.local eas channel:list",
"republish": "env-cmd -f .env.${ENV:-dev}.local eas update:republish --group $GROUP",
"credentials": "env-cmd -f .env.${ENV:-dev}.local eas credentials",
"version": "node ./scripts/version-inc && git add version.json",
"postversion": "git push && git push --tags && git fetch",
"postinstall": "patch-package",
"test": "jest --watchAll",
"lint": "eslint .",
"android": "expo run:android",
"ios": "env-cmd -f .env.${ENV:-dev}.local npx expo run:ios"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@appjusto/dates": "^1.0.1",
"@appjusto/types": "^23.14.14",
"@expo/react-native-action-sheet": "^4.0.1",
"@expo/vector-icons": "^13.0.0",
"@fnando/cnpj": "^1.0.2",
"@fnando/cpf": "^1.0.2",
"@mapbox/polyline": "^1.2.1",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-firebase/analytics": "^18.5.0",
"@react-native-firebase/app": "^18.5.0",
"@react-native-firebase/app-check": "^18.5.0",
"@react-native-firebase/auth": "^18.5.0",
"@react-native-firebase/crashlytics": "^18.5.0",
"@react-native-firebase/firestore": "^18.5.0",
"@react-native-firebase/functions": "^18.5.0",
"@react-native-firebase/in-app-messaging": "^18.5.0",
"@react-native-firebase/remote-config": "^18.5.0",
"@react-native-firebase/storage": "^18.5.0",
"@react-navigation/native": "^6.0.2",
"@shopify/flash-list": "1.4.3",
"@types/algoliasearch": "^4.0.0",
"@types/mapbox__polyline": "^1.0.2",
"@types/marked": "^2.0.1",
"algoliasearch": "^4.20.0",
"axios": "^1.5.0",
"expo": "~49.0.11",
"expo-asset": "~8.10.1",
"expo-av": "^13.4.1",
"expo-build-properties": "~0.8.3",
"expo-clipboard": "~4.3.1",
"expo-dev-client": "^2.4.10",
"expo-device": "~5.4.0",
"expo-font": "~11.4.0",
"expo-gradle-ext-vars": "^0.1.1",
"expo-image": "~1.3.4",
"expo-image-picker": "~14.3.2",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-localization": "~14.3.0",
"expo-notifications": "~0.20.1",
"expo-router": "^2.0.7",
"expo-secure-store": "~12.3.1",
"expo-sharing": "~11.5.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"expo-task-manager": "~11.3.0",
"expo-updates": "~0.18.17",
"expo-web-browser": "~12.3.2",
"geokit": "^1.1.0",
"i18n-js": "^4.3.2",
"lodash": "^4.17.21",
"lucide-react-native": "0.320.0",
"marked": "4.0.12",
"moti": "^0.26.0",
"nanoid": "^5.0.1",
"patch-package": "^8.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-background-fetch": "^4.2.1",
"react-native-background-geolocation": "^4.13.3",
"react-native-gesture-handler": "~2.12.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "^1.7.1",
"react-native-pager-view": "6.2.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-view-shot": "3.7.0",
"react-native-web": "~0.19.6",
"react-native-webview": "13.2.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@types/lodash": "^4.14.196",
"@types/react": "~18.2.14",
"env-cmd": "^10.1.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-config-universe": "^11.3.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.2.1",
"jest-expo": "~49.0.0",
"prettier": "^3.0.0",
"react-test-renderer": "18.2.0",
"typescript": "^5.1.3"
},
"overrides": {
"react-refresh": "~0.14.0"
},
"resolutions": {
"react-refresh": "~0.14.0"
},
"private": true
}