-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
123 lines (123 loc) · 4.21 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
{
"version": "12.5.3",
"license": "Apache-2.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"prepare-env": "cp .$ENV.env .env",
"start": "npm run prepare-env && npx expo start -c",
"publish-js": "node ./scripts/publish",
"build-js": "node ./scripts/build",
"start-dev-client": "npx expo start -c --dev-client",
"lint": "eslint **/*.ts **/*.tsx",
"clear-cache": "watchman watch-del-all && rm -rf node_modules/ && rm -f package-lock.json && npm install --legacy-peer-deps",
"inc-version": "node ./version-inc",
"version": "node ./scripts/version-inc && git add version.json",
"postversion": "git push && git push --tags && git fetch"
},
"dependencies": {
"@appjusto/dates": "^1.0.3",
"@appjusto/menu": "^0.1.4",
"@appjusto/types": "^23.4.0",
"@expo/react-native-action-sheet": "^3.13.0",
"@expo/vector-icons": "^13.0.0",
"@fnando/cnpj": "^1.0.2",
"@fnando/cpf": "^1.0.2",
"@mapbox/polyline": "^1.1.1",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/slider": "4.2.4",
"@react-native-masked-view/masked-view": "0.2.8",
"@react-navigation/bottom-tabs": "^5.7.1",
"@react-navigation/native": "^5.6.1",
"@react-navigation/stack": "^5.6.2",
"@segment/analytics-react-native": "^2.13.4",
"@segment/sovran-react-native": "^1.0.1",
"@sentry/react-native": "4.9.0",
"@tanstack/react-query": "^4.28.0",
"@types/algoliasearch": "^3.34.11",
"@types/googlemaps": "^3.43.2",
"@types/lodash": "^4.14.158",
"algoliasearch": "^4.8.3",
"axios": "^0.21.1",
"compare-versions": "^4.1.3",
"credit-card-type": "^9.1.0",
"dayjs": "^1.8.36",
"dotenv": "^8.2.0",
"expo": "^47.0.0",
"expo-app-loading": "~2.1.1",
"expo-application": "~5.0.1",
"expo-asset": "~8.7.0",
"expo-background-fetch": "~11.0.1",
"expo-build-properties": "~0.4.1",
"expo-camera": "~13.1.0",
"expo-clipboard": "~4.0.1",
"expo-constants": "~14.0.2",
"expo-dev-client": "~2.0.1",
"expo-device": "~5.0.0",
"expo-firebase-recaptcha": "~2.3.1",
"expo-font": "~11.0.1",
"expo-image-manipulator": "~11.0.0",
"expo-image-picker": "~14.0.2",
"expo-keep-awake": "~11.0.1",
"expo-linking": "~3.3.1",
"expo-localization": "~14.0.0",
"expo-location": "~15.0.1",
"expo-media-library": "~15.0.0",
"expo-notifications": "~0.17.0",
"expo-permissions": "~14.0.0",
"expo-print": "~12.0.0",
"expo-secure-store": "~12.0.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-task-manager": "~11.0.1",
"expo-tracking-transparency": "~3.0.1",
"expo-updates": "~0.15.6",
"firebase": "^9.6.11",
"geofirestore": "^5.2.0",
"geokit": "^1.1.0",
"i18n-js": "^3.7.1",
"lodash": "^4.17.19",
"lottie-react-native": "5.1.4",
"marked": "^4.0.12",
"nanoid": "^3.1.10",
"normalizr": "^3.6.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.8",
"react-native-gesture-handler": "~2.8.0",
"react-native-get-random-values": "~1.8.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "1.3.2",
"react-native-pager-view": "6.0.1",
"react-native-reanimated": "~2.12.0",
"react-native-redash": "^16.2.4",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "^13.9.0",
"react-native-web": "~0.18.7",
"react-native-webview": "11.23.1",
"react-native-youtube-iframe": "^2.2.2",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sentry-expo": "~6.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/i18n-js": "^3.0.3",
"@types/mapbox__polyline": "^1.0.0",
"@types/marked": "^2.0.1",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"@types/react-redux": "^7.1.9",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"babel-preset-expo": "~9.2.1",
"eslint": "^7.5.0",
"eslint-config-universe": "^4.0.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.0.5",
"typescript": "^4.6.3"
},
"private": true
}