-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.69 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.69 KB
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
{
"name": "external-resolver-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ensdomains/address-encoder": "^1.1.2",
"@ensdomains/content-hash": "^3.0.0",
"@ensdomains/thorin": "^0.6.50",
"@namehash/ens-utils": "1.12.1",
"@next/font": "^14.2.4",
"@rainbow-me/rainbowkit": "2.0.4",
"@reduxjs/toolkit": "^2.2.3",
"@tanstack/react-query": "4.26.1",
"bitcoin-address-validation": "^2.2.3",
"boring-avatars": "^1.10.2",
"classcat": "^5.0.5",
"ensjs-monorepo": "github:blockful-io/ensjs#fork-ts-config",
"ethers": "^5.7.2",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"next": "14.1.1-canary.52",
"pako": "^2.1.0",
"react": "18.2.0",
"react-debounce-input": "^3.3.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-redux": "^9.1.1",
"react-transition-state": "1.1.5",
"redux": "^5.0.1",
"styled-components": "^6.1.8",
"viem": "^2.26.2",
"wagmi": "2.5.7"
},
"devDependencies": {
"@types/lodash": "^4.17.6",
"@types/node": "^20",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.2",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.3",
"typescript": "^5"
},
"next-unused": {
"alias": {},
"include": [
"components"
],
"exclude": [],
"entrypoints": []
},
"engines": {
"node": "18.x"
}
}