forked from CoinHippo-Labs/axelarscan-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.18 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
73
{
"name": "axelarscan-ui",
"version": "0.0.1",
"description": "UI of Axelarscan",
"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-testnet-2": "env-cmd -f .env.testnet-2 next dev",
"build-testnet-2": "env-cmd -f .env.testnet-2 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.7.1",
"@axelar-network/axelarjs-sdk": "0.12.1",
"@headlessui/react": "^1.7.4",
"@material-tailwind/react": "^1.2.4",
"@popperjs/core": "^2.11.6",
"@redux-devtools/extension": "^3.2.3",
"antd": "^4.24.1",
"bech32": "^2.0.0",
"env-cmd": "^10.1.0",
"ethers": "^5.7.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "^12.3.4",
"next-secure-headers": "^2.2.0",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^7.8.3",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-csv": "^2.2.2",
"react-debounce-input": "^3.3.0",
"react-dom": "18.2.0",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.39.7",
"react-icons": "^4.7.1",
"react-image": "^4.0.3",
"react-json-view": "^1.21.3",
"react-linkify": "^1.0.0-alpha",
"react-loader-spinner": "^5.3.4",
"react-popper": "^2.3.0",
"react-redux": "^8.0.5",
"react-reveal": "^1.2.2",
"react-table": "^7.8.0",
"recharts": "2.1.11",
"redux": "^4.2.0",
"tendermint": "^5.0.2",
"web3": "^1.8.1",
"web3modal": "^1.9.10"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"postcss-color-function": "^4.1.0",
"tailwindcss": "^3.2.4"
}
}