-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.7 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
{
"name": "tractiv",
"version": "1.0.0",
"main": "expo-router/entry",
"private": true,
"scripts": {
"d": "expo run:ios",
"st": "expo start",
"start": "expo start",
"stcl": "expo start -c",
"android": "expo run:android",
"ios": "expo run:ios",
"========== PRE BUILD ===========================": "",
"preb": "expo prebuild",
"prebcl": "expo prebuild --clean",
"pod": "bunx pod-install",
"========== PREVIEW BUILDS ======================": "",
"bprevi": "eas build --profile preview --local -p ios",
"bpreva": "eas build --profile preview --local -p android",
"========== PRODUCTION BUILDS ===================": "",
"bprodi": "eas build --profile production --local -p ios",
"bprodi-s": "bun run bprodi && bun run scripts/run.ts",
"========== FIX =================================": "",
"doc": "bunx expo-doctor",
"docfix": "bunx expo install --fix",
"========== CLEAN ===============================": "",
"clgradle": "cd android && ./gradlew clean && cd ..",
"cl": "rm -rf .expo node_modules bun.lockb && bun install && bunx expo prebuild && bunx pod-install",
"clf": "rm -rf .expo node_modules bun.lockb android ios && bun install && bunx expo prebuild && bunx pod-install",
"========== UPDATE ==============================": "",
"up": "ncu -u && bun install && bun docfix && bun clf"
},
"overrides": {
"react-native-safe-area-context": "4.6.3"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/native": "^6.1.9",
"axios": "^1.6.3",
"expo": "~49.0.21",
"expo-blur": "~12.4.1",
"expo-build-properties": "~0.8.3",
"expo-constants": "~14.4.2",
"expo-font": "^11.6.0",
"expo-image": "^1.5.1",
"expo-linking": "~5.0.2",
"expo-router": "^2.0.14",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"expo-updates": "~0.18.18",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@types/react": "~18.2.45",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.3.3"
}
}