-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.52 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.52 KB
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
{
"name": "@shabados/mobile",
"version": "0.0.0",
"main": "src/index",
"scripts": {
"dev": "expo run --device",
"android": "expo run:android",
"ios": "expo run:ios",
"diagnose": "react-native doctor",
"build": "bunx eas-cli build --local",
"prepare": "husky",
"test": "jest",
"types": "tsc --noEmit",
"lint": "eslint .",
"extract-translations": "jest --config scripts/jest.config.js extract-translations"
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@gorhom/bottom-sheet": "^5.1.8",
"@react-navigation/elements": "^2.6.3",
"@react-navigation/material-top-tabs": "^7.3.6",
"@react-navigation/native": "^7.1.6",
"@shopify/flash-list": "1.7.6",
"@tanstack/react-query": "^5.85.3",
"@th3rdwave/react-navigation-bottom-sheet": "^0.3.2",
"expo": "~53.0.20",
"expo-application": "~6.1.5",
"expo-constants": "~17.1.7",
"expo-dev-client": "~5.2.4",
"expo-device": "~7.1.4",
"expo-file-system": "~18.1.11",
"expo-font": "~13.3.2",
"expo-keep-awake": "~14.1.4",
"expo-linear-gradient": "~14.1.5",
"expo-linking": "~7.1.7",
"expo-localization": "~16.1.6",
"expo-router": "~5.1.4",
"expo-screen-orientation": "~8.1.7",
"expo-status-bar": "~2.2.3",
"expo-system-ui": "~5.0.10",
"gurmukhi-utils": "^3.2.2",
"i18next": "^25.3.6",
"jotai": "^2.13.1",
"ky": "^1.8.2",
"posthog-react-native": "^4.4.0",
"radashi": "^12.6.1",
"react": "19.0.0",
"react-i18next": "^15.6.1",
"react-native": "0.79.5",
"react-native-animated-spinkit": "^1.5.2",
"react-native-gesture-handler": "~2.24.0",
"react-native-logs": "^5.3.0",
"react-native-mmkv": "^3.3.0",
"react-native-pager-view": "6.7.1",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.6.0",
"react-native-screens": "~4.11.1",
"ts-pattern": "^5.8.0",
"type-fest": "^4.41.0"
},
"devDependencies": {
"@babel/core": "^7.28.3",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@faker-js/faker": "^9.9.0",
"@shabados/eslint-config": "^0.14.0",
"@testing-library/react-native": "^13.2.2",
"@types/jest": "^29.5.14",
"@types/react": "~19.0.10",
"@types/react-test-renderer": "^19.1.0",
"app-icon-badge": "^0.1.2",
"dedent": "^1.6.0",
"eslint-plugin-react-native": "^5.0.0",
"fishery": "^2.3.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-expo": "~53.0.9",
"tsx": "^4.20.4",
"typescript": "~5.9.2"
}
}