-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.57 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
53
54
55
56
57
58
59
60
{
"name": "pwammm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coreui/coreui": "^5.0.0",
"@coreui/react": "^5.0.0",
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^1.0.6",
"@next/third-parties": "^14.2.3",
"@paypal/checkout-server-sdk": "^1.0.3",
"@paypal/react-paypal-js": "^8.3.0",
"@prisma/client": "^5.12.0",
"@tailwindcss/forms": "^0.5.7",
"antd": "^5.17.0",
"bcrypt": "^5.1.1",
"chart.js": "^4.4.2",
"classname": "^0.0.0",
"classnames": "^2.5.1",
"cloudinary": "^2.2.0",
"crypto-js": "^4.2.0",
"framer-motion": "^11.1.5",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"nodemailer": "^6.9.13",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-hook-form": "^7.51.2",
"react-icons": "^5.1.0",
"react-image-gallery": "^1.3.0",
"react-intersection-observer": "^9.10.1",
"react-modal": "^3.16.1",
"react-qr-code": "^2.0.13",
"react-router-hash-link": "^2.4.3",
"react-slick": "^0.30.2",
"react-spinners": "^0.13.8",
"resend": "^3.2.0",
"sass": "^1.74.1",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.6.13",
"swiper": "^11.1.0",
"tailwindcss-animated": "^1.0.1"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"file-loader": "^6.2.0",
"postcss": "^8",
"prisma": "^5.12.1",
"tailwindcss": "^3.3.0"
}
}