-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "fyp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@moralisweb3/common-evm-utils": "^2.17.0",
"@moralisweb3/next": "^2.18.0",
"@next/font": "13.1.6",
"@radix-ui/react-accordion": "^1.1.1",
"@tailwindcss/line-clamp": "^0.4.4",
"@vercel/analytics": "^0.1.11",
"alchemy-sdk": "^2.6.1",
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"daisyui": "^2.50.0",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"ethers": "^5.7.2",
"lucide-react": "^0.129.0",
"mongodb": "^5.1.0",
"moralis": "^2.18.0",
"next": "^13.2.4",
"next-auth": "^4.20.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.7.1",
"tailwind-merge": "^1.11.0",
"tailwindcss-animate": "^1.0.5",
"use-debounce": "^9.0.3",
"wagmi": "^0.11.5"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/react": "18.0.29",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6"
}
}