-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.88 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "ccip2-eth-client",
"version": "1.3",
"homepage": "https://app.namesys.xyz",
"description": "NameSys/CCIP2 Legacy/Pro/Advanced Client",
"scripts": {
"postinstall": "patch-package",
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"purge": "purgecss --css ./**/*.css --content ./**/*.ts* --output ./postbuild/purgecss/",
"xyz-deploy": "node postbuild/replacerXYZ.js",
"eth-deploy": "node postbuild/replacerETH.js",
"ghp-deploy": "touch out/.nojekyll && node postbuild/replacerGHP.js && git add -f out && git commit -S -m 'auto-commit: gh-pages' && git subtree push --prefix out origin gh-pages"
},
"dependencies": {
"@alch/alchemy-web3": "^1.4.7",
"@coreui/coreui": "^4.2.2",
"@coreui/react": "^4.4.0",
"@ensdomains/address-encoder": "^0.2.22",
"@ensdomains/ensjs": "^3.0.0-alpha.59",
"@ensdomains/eth-ens-namehash": "^2.0.15",
"@ethersproject/providers": "^5.7.2",
"@ipld/dag-pb": "^4.0.2",
"@namesys-eth/w3name-client": "github:namesys-eth/w3name#stage",
"@noble/curves": "^1.2.0",
"@noble/secp256k1": "^1.7.0",
"@noble/hashes": "1.2.0",
"@rainbow-me/rainbowkit": "^1.0.8",
"alchemy-sdk": "^2.2.0",
"antd": "^4.24.1",
"axios": "^1.5.0",
"bootstrap": "^5.2.2",
"cids": "^1.1.9",
"cryptico-js": "^1.1.0",
"dag-cbor-sync": "^0.6.3",
"ed25519-1.6.1": "npm:@noble/ed25519@^1.6",
"ed25519-2.0.0": "npm:@noble/ed25519@^2.0",
"ethers": "^5.7.2",
"framer-motion": "^6.3.3",
"fs": "^0.0.1-security",
"ipfs-http-client": "^60.0.1",
"libp2p-crypto": "^0.21.2",
"multiformats": "^11.0.2",
"next": "12.1.6",
"next-images": "^1.8.4",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-addons-shallow-compare": "^15.6.3",
"react-device-detect": "^2.2.2",
"react-dom": "^18.1.0",
"react-icons": "^4.8.0",
"react-loading-icons": "^1.1.0",
"react-modal": "^3.15.1",
"replace-in-file": "^6.3.5",
"styled-components": "^5.3.5",
"viem": "^1.6.0",
"w3name": "^1.0.8",
"wagmi": "^1.3.10",
"web3": "^1.9.0",
"web3-utils": "^1.9.0"
},
"devDependencies": {
"@svgr/cli": "^7.0.0",
"@svgr/webpack": "^7.0.0",
"@types/eslint": "^8.40.1",
"@types/ms": "^0.7.31",
"@types/node": "^20.2.5",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/scheduler": "^0.16.3",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.15.0",
"eslint-config-next": "12.1.6",
"ms": "^2.1.3",
"patch-package": "^6.4.7",
"purgecss": "^5.0.0",
"react-router-dom": "^6.11.1",
"ts-loader": "^9.4.4",
"typescript": "5.0.4",
"worker-loader": "^3.0.8"
}
}