-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
67 lines (67 loc) · 1.88 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
61
62
63
64
65
66
67
{
"name": "more_market",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev1": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^2.1.3",
"@heroicons/react": "^2.1.5",
"@next/env": "^14.2.6",
"@radix-ui/react-hover-card": "^1.1.2",
"@rainbow-me/rainbowkit": "^2.1.4",
"@tanstack/react-query": "^5.51.23",
"@types/lodash": "^4.17.7",
"@types/react-spinner": "^0.2.3",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"axios": "^1.7.7",
"chart.js": "^4.4.3",
"chartjs-plugin-annotation": "^3.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"encoding": "^0.1.13",
"ethers": "^6.13.2",
"ethers-decode-error": "^2.1.3",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"lodash": "^4.17.21",
"lucide-react": "^0.453.0",
"millify": "^6.1.0",
"mysql2": "^3.11.3",
"next": "14.2.4",
"pino-pretty": "^11.2.2",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-query": "^3.39.3",
"react-spinners": "^0.14.1",
"react-toastify": "^10.0.5",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"viem": "2.x",
"wagmi": "^2.12.5"
},
"devDependencies": {
"@types/node": "^22.7.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"daisyui": "^4.12.10",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}