-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 970 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
39
40
{
"name": "shop-sphere-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 5173",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@smastrom/react-rating": "^1.5.0",
"@tanstack/react-query": "^5.52.2",
"aos": "^2.3.4",
"axios": "^1.7.3",
"bkash-payment": "^3.0.4",
"chart.js": "^4.4.4",
"date-fns": "^3.6.0",
"firebase": "^10.12.5",
"next": "^14.2.7",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-photo-sphere-viewer": "^6.0.0",
"react-rating": "^2.0.5",
"sharp": "^0.33.5",
"sweetalert2": "^11.12.4",
"swiper": "^11.1.11",
"swr": "^2.2.5"
},
"devDependencies": {
"daisyui": "^4.12.10",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}