-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.87 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
68
69
{
"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": {
"@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",
"@popperjs/core": "^2.11.8",
"@prisma/client": "^5.18.0",
"base64url": "^3.0.1",
"chart.js": "^4.4.3",
"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",
"lodash.debounce": "^4.0.8",
"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-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-scrollbar": "^3.1.0",
"tsx": "^4.19.2",
"usehooks-ts": "^3.1.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@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": "14.2.3",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}