forked from Osea263/base_meme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "dao-meme",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.0.1",
"@tanstack/react-query": "^5.25.0",
"axios": "^1.6.8",
"clsx": "^2.1.1",
"ethers": "^6.13.1",
"firebase": "^10.12.3",
"framer-motion": "^11.3.23",
"iconoir-react": "^7.5.0",
"js-cookie": "^3.0.5",
"mongoose": "^8.2.1",
"next": "14.1.3",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"simplex-noise": "^4.0.3",
"sonner": "^1.4.41",
"tailwind-merge": "^2.4.0",
"viem": "^2.7.22",
"wagmi": "^2.5.7",
"web3": "^4.7.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.20",
"daisyui": "^4.7.2",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.8"
}
}