-
-
Notifications
You must be signed in to change notification settings - Fork 119
/
package.json
59 lines (59 loc) · 1.72 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": "@shootismoke/mobile-app",
"version": "1.9.5",
"author": "Shoot! I Smoke <[email protected]>",
"contributors": [
"Amaury",
"Marcelo S. Coelho"
],
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"lint": "tsc --noEmit && eslint --ext js,ts,tsx .",
"start": "expo start",
"test:unit": "echo Skipped."
},
"dependencies": {
"@dooboo-ui/native-switch-toggle": "^0.7.0",
"@expo/react-native-action-sheet": "^4.0.1",
"@react-native-async-storage/async-storage": "~1.17.11",
"@react-native-community/masked-view": "0.1.10",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/native": "^6.1.3",
"@react-navigation/stack": "^6.3.12",
"@shootismoke/ui": "^0.10.0",
"@types/i18n-js": "^3.8.4",
"@types/react-native": "~0.70.6",
"date-fns": "^2.29.3",
"deprecated-react-native-prop-types": "^4.0.0",
"dotenv": "^16.0.3",
"expo": "^47.0.13",
"expo-analytics-amplitude": "~11.3.0",
"expo-av": "~13.0.2",
"expo-detox-hook": "^1.0.10",
"expo-device": "~5.0.0",
"expo-localization": "~14.0.0",
"expo-location": "~15.0.1",
"expo-notifications": "~0.17.0",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"i18n-js": "^3.8.0",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-gesture-handler": "~2.8.0",
"react-native-maps": "1.3.2",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-scroll-into-view": "^2.0.2",
"react-native-size-matters": "^0.4.0",
"react-native-view-shot": "3.4.0",
"sentry-expo": "~6.0.0",
"truncate": "^3.0.0"
},
"devDependencies": {
"@amaurym/config": "^1.3.6",
"@types/jest": "^29.4.0",
"typescript": "^4.9.5"
}
}