-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "ubit-townsquare",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@icons-pack/react-simple-icons": "^9.6.0",
"@rainbow-me/rainbowkit": "^2.1.3",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query": "^5.51.1",
"@vercel/analytics": "^1.3.1",
"axios": "^1.7.2",
"character-entities": "^2.0.2",
"ethers": "^6.13.1",
"next": "14.2.5",
"normalize-url": "^8.0.1",
"react": "^18",
"react-datepicker": "^7.3.0",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-switch": "^7.0.0",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
"viem": "2.x",
"wagmi": "^2.10.10"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@wagmi/cli": "^2.1.15",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwind-styled-components": "^2.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}