forked from CoinHippo-Labs/connextscan-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.12 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
{
"name": "connextscan-ui",
"version": "0.0.1",
"description": "Connextscan UI",
"scripts": {
"dev": "next dev",
"build": "next build",
"dev-testnet-staging": "env-cmd -f .env.testnet-staging next dev",
"build-testnet-staging": "env-cmd -f .env.testnet-staging next build",
"dev-testnet": "env-cmd -f .env.testnet next dev",
"build-testnet": "env-cmd -f .env.testnet next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoinHippo-Labs/connextscan-ui.git"
},
"author": "CoinHippo",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoinHippo-Labs/connextscan-ui/issues"
},
"homepage": "https://github.com/CoinHippo-Labs/connextscan-ui#readme",
"dependencies": {
"@connext/sdk-core": "2.4.1",
"@material-tailwind/react": "^2.1.5",
"@tanstack/react-query": "^4.36.1",
"@web3modal/wagmi": "3.5.0",
"env-cmd": "^10.1.0",
"ethers": "^5.7.2",
"html-react-parser": "^5.0.7",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "^14.0.4",
"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-debounce-input": "^3.3.0",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.12.0",
"react-linkify": "^1.0.0-alpha",
"react-loader-spinner": "^6.1.0",
"react-page-visibility": "^7.0.0",
"react-redux": "^9.0.4",
"react-reveal": "^1.2.2",
"react-table": "^7.8.0",
"recharts": "2.1.11",
"redux": "^5.0.0",
"viem": "^1.19.15",
"wagmi": "^1.4.12",
"web3": "^1.10.0"
},
"devDependencies": {
"@redux-devtools/extension": "^3.3.0",
"autoprefixer": "^10.4.16",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.3.1",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"postcss": "^8.4.32",
"postcss-color-function": "^4.1.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^9.3.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.3.6"
}
}