-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
51 lines (51 loc) · 1.38 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
{
"name": "ibc-explorer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "start-server-and-test dev http://localhost:3000 \"cypress open --e2e\"",
"test:headless": "start-server-and-test start http://localhost:3000 \"cypress run --e2e\""
},
"dependencies": {
"@cosmjs/stargate": "^0.32.4",
"@cosmjs/tendermint-rpc": "^0.32.4",
"@headlessui/react": "^2.1.2",
"@sentry/nextjs": "^8.35.0",
"@tanstack/react-table": "^8.20.5",
"@types/flat-cache": "^2.0.2",
"ethers": "^6.13.4",
"flat-cache": "^6.1.2",
"ioredis": "^5.4.1",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"next": "14.2.13",
"prom-client": "^15.1.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"sharp": "^0.33.5",
"start-server-and-test": "^2.0.8",
"stats-lite": "^2.2.0",
"txt-shuffle": "^1.0.3",
"winston": "^3.14.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/stats-lite": "^2.2.2",
"autoprefixer": "^10.4.19",
"cypress": "^13.14.2",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.15",
"typescript": "^5"
}
}