-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.43 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
{
"name": "avsolemdotcom",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@metaplex-foundation/js": "^0.19.2",
"@next-auth/mongodb-adapter": "^1.1.1",
"@solana/web3.js": "^1.75.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@thirdweb-dev/react": "^3.11.9",
"autoprefixer": "^10.4.13",
"axios": "^1.5.1",
"cloudinary": "^1.35.0",
"csvtojson": "^2.0.10",
"daisyui": "^2.51.3",
"date-fns": "^2.29.3",
"heroicons": "^2.0.16",
"mongodb": "^5.1.0",
"next": "^14.2.7",
"next-auth": "^4.20.1",
"next-connect": "^0.13.0",
"next-seo": "^5.15.0",
"nodemailer": "^6.9.1",
"postcss": "^8.4.21",
"react": "^18.3.1",
"react-countdown": "^2.3.5",
"react-countdown-circle-timer": "^3.1.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.47.0",
"react-hot-toast": "^2.4.1",
"react-scripts": "^5.0.1",
"react-tsparticles": "^2.7.1",
"theme-change": "^2.5.0",
"tsparticles": "^2.7.1",
"whatsapp-cloud-api": "^0.3.1"
},
"devDependencies": {
"eslint": "8.21.0",
"eslint-config-next": "^14.2.7",
"tailwindcss": "^3.2.7"
}
}