-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
116 lines (116 loc) · 3.99 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
{
"name": "al-azan",
"version": "1.17.10",
"private": true,
"scripts": {
"android": "react-native run-android --no-packager",
"ios": "react-native run-ios",
"start": "react-native start",
"log": "react-native log-android",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint-fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"sync": "lingui extract --overwrite && lingui compile",
"sync_and_purge": "lingui extract --overwrite --clean && lingui compile && yarn sync_metadata",
"sync_metadata": "node --require ./fastlane/update/babel-register.js ./fastlane/update/update.ts",
"lingui": "lingui",
"np": "np --no-publish",
"postversion": "react-native-version --amend",
"postinstall": "patch-package"
},
"dependencies": {
"@lingui/macro": "^3.17.2",
"@lingui/react": "^3.17.2",
"@maplibre/maplibre-react-native": "10.0.0-alpha.10",
"@notifee/react-native": "7.8.2",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-native/babel-preset": "0.74.87",
"@react-native/metro-config": "0.74.87",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@types/metro-config": "^0.76.3",
"@xutl/defer": "^1.0.5",
"adhan-extended": "^6.1.0",
"fuse.js": "^6.6.2",
"hash.js": "^1.1.7",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"make-plural": "^7.1.0",
"native-base": "3.4.27",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-app-intro-slider": "^4.0.4",
"react-native-document-picker": "^9.1.1",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-file-access": "^3.0.5",
"react-native-gesture-handler": "^2.18.1",
"react-native-get-location": "^2.2.1",
"react-native-mmkv": "^2.12.2",
"react-native-orientation-locker": "^1.6.0",
"react-native-reanimated": "^3.15.0",
"react-native-safe-area-context": "^4.10.5",
"react-native-screens": "^3.31.0",
"react-native-svg": "^15.4.0",
"react-native-system-setting": "^1.7.6",
"rtl-detect": "^1.1.2",
"zustand": "4.3.9"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/preset-env": "^7.20.0",
"@babel/register": "^7.21.0",
"@babel/runtime": "^7.20.0",
"@lingui/cli": "^3.17.2",
"@testing-library/react-hooks": "^8.0.0",
"@tsconfig/react-native": "^3.0.2",
"@types/brotli": "^1.3.1",
"@types/jest": "^29.2.4",
"@types/lodash": "^4.14.191",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"@types/rtl-detect": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"babel-jest": "^29.6.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.6.3",
"mkdirp": "^1.0.4",
"np": "^10.0.7",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.8",
"react-native-version": "^4.0.0",
"react-test-renderer": "18.2.0",
"terser-webpack-plugin": "^5.3.6",
"timezone-mock": "^1.3.6",
"typescript": "5.0.4"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"resolutions": {
"@types/react": "^18",
"react-native-draggable-flatlist@^4.0.1": "patch:react-native-draggable-flatlist@npm%3A4.0.1#./.yarn/patches/react-native-draggable-flatlist-npm-4.0.1-4a95e98e27.patch"
},
"repository": {
"type": "git",
"url": "[email protected]:meypod/al-azan.git",
"web": "https://github.com/meypod/al-azan"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}