-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathpackage.json
72 lines (72 loc) · 2.21 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
70
71
72
{
"name": "axelarscan-ui",
"version": "0.0.1",
"description": "Axelarscan UI",
"scripts": {
"dev": "next dev",
"build": "next build",
"dev-staging": "env-cmd -f .env.staging next dev",
"build-staging": "env-cmd -f .env.staging next build",
"dev-testnet": "env-cmd -f .env.testnet next dev",
"build-testnet": "env-cmd -f .env.testnet next build",
"dev-stagenet": "env-cmd -f .env.stagenet next dev",
"build-stagenet": "env-cmd -f .env.stagenet next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoinHippo-Labs/axelarscan-ui.git"
},
"author": "CoinHippo",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoinHippo-Labs/axelarscan-ui/issues"
},
"homepage": "https://github.com/CoinHippo-Labs/axelarscan-ui#readme",
"dependencies": {
"@antv/g6": "^4.8.22",
"@axelar-network/axelarjs-sdk": "0.16.0-alpha.1",
"@material-tailwind/react": "^2.1.2",
"@redefined/name-resolver-js": "^2.10.5",
"@siddomains/sidjs": "^0.1.29",
"@solana/spl-token": "^0.3.8",
"@tanstack/react-query": "^4.35.3",
"@web3modal/wagmi": "^3.5.5",
"antd": "^5.9.2",
"env-cmd": "^10.1.0",
"ethers": "^5.7.2",
"html-react-parser": "^4.2.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "^13.5.2",
"next-secure-headers": "^2.2.0",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-force-graph-2d": "^1.25.1",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.46.2",
"react-icons": "^4.10.1",
"react-json-view": "^1.21.3",
"react-linkify": "^1.0.0-alpha",
"react-loader-spinner": "^5.3.4",
"react-page-visibility": "^7.0.0",
"react-redux": "^8.1.2",
"react-table": "^7.8.0",
"recharts": "2.1.11",
"redux": "^4.2.1",
"wagmi": "^1.4.13",
"web3": "^1.10.2"
},
"devDependencies": {
"@redux-devtools/extension": "^3.2.5",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.30",
"postcss-color-function": "^4.1.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^9.1.4",
"tailwindcss": "^3.3.3"
}
}