-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.38 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.38 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "validatorinfo-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tsx server.ts",
"build": "next build",
"start": "NODE_ENV=production tsx server.ts",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/google": "^3.0.30",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@cosmostation/cosmos-client": "0.0.5",
"@cosmostation/extension-client": "0.1.15",
"@keplr-wallet/cosmos": "0.12.76",
"@keplr-wallet/types": "^0.12.144",
"@neutron-org/neutronjsplus": "^0.5.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.62.0",
"@opentelemetry/core": "^2.2.0",
"@opentelemetry/exporter-logs-otlp-grpc": "^0.208.0",
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.203.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.203.0",
"@opentelemetry/instrumentation-winston": "^0.53.0",
"@opentelemetry/resources": "^2.2.0",
"@opentelemetry/sdk-logs": "^0.208.0",
"@opentelemetry/sdk-metrics": "^2.0.1",
"@opentelemetry/sdk-node": "^0.203.0",
"@opentelemetry/sdk-trace-node": "^2.0.1",
"@opentelemetry/semantic-conventions": "^1.38.0",
"@opentelemetry/winston-transport": "^0.19.0",
"@polkadot/api": "^16.3.1",
"@polkadot/types": "^16.3.1",
"@polkadot/util": "^13.5.3",
"@polkadot/util-crypto": "^13.5.3",
"@popperjs/core": "^2.11.8",
"@prisma/client": "^6.16.1",
"@pyroscope/nodejs": "^0.4.8",
"@skip-go/widget": "^3.14.14",
"@tanstack/react-query": "^5.90.5",
"ai": "^6.0.97",
"base64url": "^3.0.1",
"bech32": "^2.0.0",
"chart.js": "^4.4.3",
"chartjs-plugin-zoom": "^2.2.0",
"cheerio": "^1.0.0",
"cron": "^3.1.7",
"crypto-random-string": "^5.0.0",
"d3": "^7.9.0",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"i18next": "^23.12.2",
"ioredis": "^5.6.1",
"lodash.debounce": "^4.0.8",
"logform": "^2.7.0",
"mime": "^4.0.6",
"next": "14.2.3",
"next-i18next": "^15.3.0",
"next-intl": "^3.17.2",
"next-plausible": "^3.12.1",
"next-themes": "^0.3.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^7.6.0",
"react-dom": "^18",
"react-i18next": "^15.0.0",
"react-popper": "^2.3.0",
"react-redux": "^9.1.2",
"react-toastify": "^10.0.6",
"sharp": "^0.33.4",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"swr": "^2.2.5",
"tailwind-merge": "^3.2.0",
"tailwind-scrollbar": "^3.1.0",
"tsx": "^4.19.2",
"undefined": "^0.1.0",
"usehooks-ts": "^3.1.0",
"viem": "^2.39.0",
"wagmi": "^2.18.1",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"ws": "^8.18.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/d3": "^7.4.3",
"@types/express": "^5.0.0",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/ws": "^8.5.12",
"eslint": "^9.12.0",
"eslint-config-next": "^15.1.6",
"pino-pretty": "^13.1.2",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^6.16.1",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"twitter-api-v2": "^1.29.0",
"typescript": "^5"
}
}