-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.63 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
{
"name": "dcnsdomains-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3200",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "typechain --target ethers-v5 --out-dir src/abis/types \"./src/abis/**/*.json\""
},
"dependencies": {
"@ensdomains/ensjs": "^3.0.0-alpha.47",
"@ensdomains/eth-ens-namehash": "^2.0.15",
"@ensdomains/thorin": "0.6.28",
"@ethersproject/bignumber": "^5.7.0",
"@next/font": "13.1.6",
"@rainbow-me/rainbowkit": "^0.11.0",
"@svgr/webpack": "^6.5.1",
"@tanstack/react-query": "^4.24.9",
"@typechain/ethers-v5": "^10.2.0",
"@wagmi/core": "^0.9.6",
"babel-plugin-styled-components": "^2.0.7",
"btoa": "^1.2.1",
"canvas": "^2.11.0",
"ethers": "^5.7.2",
"i18next": "^22.4.10",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.1.1",
"intl-segmenter-polyfill": "^0.4.4",
"iso-639-1": "^2.1.15",
"next": "12.1.6",
"react": "^17.0.2",
"react-confetti": "^6.1.0",
"react-dom": "^17.0.2",
"react-hook-form": "^7.34.2",
"react-i18next": "^11.18.5",
"react-icons": "^4.7.1",
"react-is": "^17.0.2",
"react-transition-state": "^1.1.5",
"react-use": "^17.4.0",
"styled-components": "^5.3.6",
"typechain": "^8.1.1",
"use-immer": "^0.7.0",
"wagmi": "^0.11.6"
},
"devDependencies": {
"@types/btoa": "^1.2.3",
"@types/node": "18.14.0",
"@types/react": "17.0.30",
"@types/react-dom": "^18.0.6",
"@types/react-is": "^17.0.3",
"@types/styled-components": "^5.1.26",
"typescript": "4.9.5"
}
}