-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.31 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
{
"name": "animal-bazaar-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@nextui-org/dropdown": "^2.1.31",
"@nextui-org/navbar": "^2.0.37",
"@nextui-org/theme": "^2.2.11",
"@reduxjs/toolkit": "^2.3.0",
"@stripe/react-stripe-js": "^2.8.1",
"@stripe/stripe-js": "^4.9.0",
"antd": "^5.21.6",
"aos": "^2.3.4",
"axios": "^1.7.7",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"jwt-decode": "^4.0.0",
"nexios-http": "^1.1.21",
"next": "15.0.2",
"next-auth": "^4.24.10",
"nextjs-toploader": "^3.7.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"redux-persist": "^6.0.0",
"sonner": "^1.7.0",
"sweetalert2": "^11.14.4",
"swiper": "^11.1.15"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/lodash": "^4.17.13",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"daisyui": "^4.12.14",
"eslint": "^8",
"eslint-config-next": "15.0.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}