-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
34 lines (34 loc) · 860 Bytes
/
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
{
"name": "islamiah",
"description": "Aplikasi web yang berisi qur'an online, informasi jadwal sholat, kalender, berita islam dan lainnya.",
"version": "1.0.0",
"repository": "[email protected]:feri-irawan/Islamiah.git",
"author": "Feri Irawan <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.15.1",
"caniuse-lite": "^1.0.30001462",
"copy-to-clipboard": "^3.3.3",
"next": "13.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zustand": "^4.3.6"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
},
"keywords": [
"Jadwal Sholat",
"Al-Qur'an",
"Ramadhan",
"Islamiah"
]
}