-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 998 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
35
36
37
38
{
"name": "islam-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^2.3.0",
"axios": "^1.7.7",
"classnames": "^2.5.1",
"gsap": "^3.12.5",
"hijri-date": "^0.2.2",
"jquery": "^3.7.1",
"locomotive-scroll": "^5.0.0-beta.21",
"moment-hijri": "^3.0.0",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"sass": "^1.79.5",
"sharp": "^0.33.5",
"swiper": "^11.1.14"
},
"devDependencies": {
"@types/jquery": "^3.5.32",
"@types/moment-hijri": "^2.1.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
}
}