-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.19 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
{
"name": "falah-io",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint",
"predev": "node scripts/fetch-quran.mjs && node scripts/fetch-hadith.mjs && node scripts/fetch-cities.mjs && node scripts/verify-name-refs.mjs && node scripts/build-quran-search-index.mjs",
"prebuild": "node scripts/fetch-quran.mjs && node scripts/fetch-hadith.mjs && node scripts/fetch-cities.mjs && node scripts/verify-name-refs.mjs && node scripts/build-quran-search-index.mjs"
},
"dependencies": {
"@iconify/react": "^6.0.2",
"@next/third-parties": "^16.2.10",
"@react-three/drei": "^10.7.8",
"@react-three/fiber": "^9.7.0",
"@serwist/next": "^9.5.12",
"adhan": "^4.4.4",
"motion": "^12.42.2",
"next": "16.2.10",
"react": "19.2.4",
"react-dom": "19.2.4",
"three": "^0.185.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.185.4",
"eslint": "^9",
"eslint-config-next": "16.2.10",
"tailwindcss": "^4",
"typescript": "^5"
}
}