forked from EngrMunir/Foot-Finesse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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
{
"name": "foot-finesse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@headlessui/react": "^2.1.8",
"@nextui-org/card": "^2.0.33",
"@nextui-org/react": "^2.4.6",
"@smastrom/react-rating": "^1.5.0",
"@stripe/react-stripe-js": "^2.8.0",
"@stripe/stripe-js": "^4.4.0",
"antd": "^5.20.6",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"mongodb": "^6.8.1",
"next": "^14.2.11",
"next-auth": "^4.24.7",
"nodemailer": "^6.9.15",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-share": "^5.1.0",
"recharts": "^2.12.7",
"stripe": "^16.11.0",
"swiper": "^11.1.12"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"daisyui": "^4.12.10",
"eslint": "^8",
"eslint-config-next": "14.2.8",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}