-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 5.37 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 5.37 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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "open-mushaf-native",
"version": "v4",
"private": true,
"author": "Adel Benyahia <adelpro@gmail.com>",
"repository": "https://github.com/adelpro/open-mushaf-native.git",
"main": "index.ts",
"scripts": {
"start": "expo start",
"start:atlas": "cross-env EXPO_UNSTABLE_ATLAS=true expo start",
"start:prod": "expo start --no-dev --minify",
"start:clear": "expo start --reset-cache",
"web": "expo start --web",
"prebuild": "npx expo prebuild --clean",
"android": "expo run:android -d",
"android:prod": "npx expo run:android --variant Release -d",
"ios": "expo run:ios",
"ios:prod": "npx expo run:ios --configuration Release",
"web:export": "npx expo export -p web",
"web:export:pwa": "expo export -p web && npx workbox-cli generateSW workbox-config.js",
"web:serve": "npx serve dist",
"android:build:preview": "eas build -p android --profile preview",
"android:build:production": "eas build -p android --profile production",
"android:build:preview:local": "eas build -p android --profile preview --local --output builds/app-preview.apk",
"android:build:production:local": "eas build -p android --profile production --local --output builds/app-production.aab",
"android:submit:internal": "eas submit -p android --profile internal --latest",
"android:build-submit:internal:local": "yarn run android:build:production:local && yarn run android:submit:internal",
"android:submit:production": "eas submit -p android --profile production --path builds/app-production.aab",
"android:build-submit:production:local": "yarn run android:build:production:local && yarn run android:submit:production",
"predeploy": "cross-env NODE_OPTIONS=--max-old-space-size=8192 EXPO_NO_REACT_COMPILER=1 expo export -p web --clear && npx workbox-cli injectManifest workbox-config.js",
"deploy:local": "yarn run predeploy && firebase emulators:start --only hosting",
"deploy:preview": "yarn run predeploy && firebase hosting:channel:deploy preview",
"deploy:live": "yarn run predeploy && firebase deploy --only hosting",
"test": "jest --watchAll",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"scan": "expo start & npx react-scan@latest localhost:8081",
"doctor": "npx expo-doctor",
"react-compiler-check": "npx react-compiler-healthcheck@latest",
"commit": "git-cz",
"prepare": "husky"
},
"jest": {
"preset": "jest-expo"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"npx prettier --write",
"npx eslint --fix"
]
},
"dependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@expo-google-fonts/amiri": "^0.3.0",
"@expo-google-fonts/tajawal": "^0.3.0",
"@expo/vector-icons": "^15.0.3",
"@gorhom/bottom-sheet": "^5.1.4",
"@likashefqet/react-native-image-zoom": "^4.3.0",
"@react-native-picker/picker": "2.11.1",
"@react-native/assets-registry": "^0.75.4",
"@react-navigation/native-stack": "^7.0.0",
"cross-env": "^7.0.3",
"expo": "54.0.30",
"expo-application": "~7.0.8",
"expo-audio": "~1.1.1",
"expo-build-properties": "~1.0.10",
"expo-constants": "~18.0.12",
"expo-font": "~14.0.10",
"expo-image": "~3.0.11",
"expo-keep-awake": "~15.0.8",
"expo-linking": "~8.0.11",
"expo-router": "~6.0.21",
"expo-secure-store": "~15.0.8",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"expo-system-ui": "~6.0.9",
"expo-updates": "~29.0.15",
"expo-web-browser": "~15.0.10",
"fuse.js": "^7.1.0",
"jotai": "^2.12.4",
"jotai-effect": "^2.0.2",
"quran-search-engine": "^0.1.4",
"react": "19.1.0",
"react-compiler-runtime": "^19.0.0-beta-df7b47d-20241124",
"react-dom": "19.1.0",
"react-helmet-async": "^2.0.5",
"react-native": "0.81.5",
"react-native-android-widget": "^0.17.2",
"react-native-awesome-slider": "^2.9.0",
"react-native-edge-to-edge": "1.6.0",
"react-native-gesture-handler": "~2.28.0",
"react-native-htmlview": "^0.17.0",
"react-native-mmkv": "^3.2.0",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~4.1.6",
"react-native-safe-area-context": "5.6.2",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-toggle-input": "^1.0.12",
"react-native-web": "^0.21.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/jest": "^29.5.12",
"@types/react": "~19.1.17",
"@types/react-native-htmlview": "^0.16.5",
"@types/react-test-renderer": "^18.0.7",
"@typescript/native-preview": "^7.0.0-dev.20250523.1",
"babel-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"babel-plugin-transform-remove-console": "^6.9.4",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-expo": "~10.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"expo-atlas": "^0.4.0",
"husky": "^9.1.5",
"jest": "^29.2.1",
"jest-expo": "~54.0.16",
"metro": "^0.83.3",
"prettier": "^3.3.3",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "18.2.0",
"typescript": "~5.9.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}