-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 3.74 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
117
118
119
120
121
122
123
124
125
126
{
"name": "Islam",
"version": "v1.5.0",
"private": true,
"dependencies": {
"@capacitor/android": "4.8.0",
"@capacitor/app": "4.1.1",
"@capacitor/core": "4.7.3",
"@capacitor/geolocation": "^4.1.0",
"@capacitor/haptics": "4.1.0",
"@capacitor/ios": "4.7.3",
"@capacitor/keyboard": "4.1.1",
"@capacitor/local-notifications": "^4.1.5",
"@capacitor/splash-screen": "^4.2.0",
"@capacitor/status-bar": "4.1.1",
"@ionic/react": "^7.0.0",
"@ionic/react-router": "^7.0.2",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.29.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.0",
"@types/marked": "^4.0.8",
"@types/node": "^18.15.11",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.6",
"@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.7",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@vitejs/plugin-react": "^4.0.0",
"axios": "^1.3.5",
"dayjs": "^1.11.7",
"framer-motion": "^10.12.4",
"history": "^5.3.0",
"ionicons": "^7.1.0",
"jotai": "^2.1.0",
"marked": "^4.3.0",
"minimist": "^1.2.8",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-virtuoso": "^4.2.2",
"react-window": "^1.8.9",
"sass": "^1.62.1",
"smooth-scroll-into-view-if-needed": "^2.0.0",
"telegraf": "^4.12.2",
"typescript": "^5.0.4",
"vite": "^4.3.3",
"vite-plugin-pwa": "^0.14.7",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.2.0",
"web-vitals": "^3.3.1",
"workbox-background-sync": "^6.5.4",
"workbox-broadcast-update": "^6.5.4",
"workbox-cacheable-response": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-google-analytics": "^6.5.4",
"workbox-navigation-preload": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-range-requests": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"workbox-streams": "^6.5.4"
},
"scripts": {
"ionic:serve": "vite --host",
"ionic:build": "vite build",
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"pretty": "prettier --write .",
"preview": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
"Chrome >=60",
"ChromeAndroid >=60",
"Firefox >=63",
"Edge >=79",
"Safari >=13",
"iOS >=13"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.3",
"@capacitor/assets": "^2.0.4",
"@capacitor/cli": "4.7.3",
"@playwright/test": "^1.33.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"autoprefixer": "^10.4.14",
"capacitor-set-version": "^2.0.13",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"github-label-sync": "^2.3.1",
"postcss": "^8.4.23",
"prettier": "2.8.8",
"semantic-release": "^21.0.1",
"tailwindcss": "^3.3.2"
},
"description": "Quran, Hadiths, Sunnah and Dhikrs in one place!"
}