forked from meypod/al-azan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.81 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
{
"name": "al-azan",
"version": "1.17.2",
"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",
"postinstall": "patch-package"
},
"dependencies": {
"@lingui/macro": "^3.17.2",
"@lingui/react": "^3.17.2",
"@maplibre/maplibre-react-native": "^9.0.1",
"@notifee/react-native": "^7.8.0",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-native/metro-config": "^0.72.11",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@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": "^9.0.17",
"lodash": "^4.17.21",
"make-plural": "^7.1.0",
"native-base": "^3.4.25",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-app-intro-slider": "^4.0.4",
"react-native-document-picker": "^8.1.3",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-file-access": "^3.0.3",
"react-native-gesture-handler": "^2.12.0",
"react-native-get-location": "^2.2.1",
"react-native-mmkv": "^2.10.1",
"react-native-orientation-locker": "^1.5.0",
"react-native-reanimated": "^3.3.0",
"react-native-safe-area-context": "^4.7.1",
"react-native-screens": "^3.22.0",
"react-native-svg": "^12.3.0",
"react-native-system-setting": "^1.7.6",
"rtl-detect": "^1.0.4",
"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.0.26",
"@types/react-native": "^0.72.2",
"@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.3.1",
"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.3.1",
"metro-react-native-babel-preset": "0.76.8",
"mkdirp": "^1.0.4",
"np": "^7.6.2",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.6.1",
"react-native-version": "^4.0.0",
"react-test-renderer": "18.2.0",
"terser-webpack-plugin": "^5.3.6",
"timezone-mock": "^1.3.6",
"typescript": "4.8.4"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"resolutions": {
"@types/react": "^18"
},
"repository": {
"type": "git",
"url": "[email protected]:meypod/al-azan.git",
"web": "https://github.com/meypod/al-azan"
},
"engines": {
"node": ">=16"
}
}