-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
88 lines (88 loc) · 2.82 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
{
"name": "@shabados/mobile",
"version": "0.0.0",
"main": "src/index",
"scripts": {
"dev": "expo run --device",
"diagnose": "react-native doctor",
"android": "expo run:android",
"ios": "expo run:ios",
"build": "npx eas-cli build --local",
"prepare": "husky",
"test": "jest",
"generate-types": "expo customize tsconfig.json",
"pretypes": "npm run generate-types",
"types": "tsc --noEmit",
"prelint": "npm run generate-types",
"lint": "eslint .",
"commitlint": "commitlint --edit",
"script": "npm run test -- --config scripts/jest.config.js",
"script:extract-translations": "npm run script -- extract-translations"
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@gorhom/bottom-sheet": "^4.6.1",
"@react-navigation/elements": "^1.3.30",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.17",
"@shopify/flash-list": "1.6.3",
"@tanstack/react-query": "^5.28.14",
"@th3rdwave/react-navigation-bottom-sheet": "^0.2.7",
"expo": "~50.0.17",
"expo-application": "~5.8.4",
"expo-constants": "~15.4.6",
"expo-dev-client": "~3.3.11",
"expo-device": "~5.9.4",
"expo-file-system": "~16.0.8",
"expo-font": "~11.10.3",
"expo-keep-awake": "~12.8.2",
"expo-linear-gradient": "~12.7.2",
"expo-linking": "~6.2.2",
"expo-localization": "~14.8.4",
"expo-router": "~3.4.8",
"expo-screen-orientation": "~6.4.1",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.4",
"gurmukhi-utils": "^3.2.2",
"i18next": "^23.10.1",
"jest": "^29.7.0",
"jotai": "^2.7.2",
"ky": "^1.2.3",
"lodash": "^4.17.21",
"posthog-react-native": "^3.1.0",
"react": "18.2.0",
"react-i18next": "^14.1.0",
"react-native": "0.73.6",
"react-native-animated-spinkit": "^1.5.2",
"react-native-gesture-handler": "~2.14.0",
"react-native-logs": "^5.1.0",
"react-native-mmkv": "^2.12.2",
"react-native-pager-view": "6.2.3",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"ts-pattern": "^5.1.1",
"type-fest": "^4.15.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@faker-js/faker": "^8.4.1",
"@shabados/eslint-config": "^0.12.0",
"@testing-library/react-native": "^12.4.5",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/react": "~18.2.74",
"@types/react-test-renderer": "^18.0.7",
"app-icon-badge": "^0.0.15",
"dedent": "^1.5.1",
"eslint-plugin-react-native": "^4.1.0",
"fishery": "^2.2.2",
"husky": "^9.0.11",
"jest-expo": "^50.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
}
}