-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "nimi-landing-page",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen:contracts": "typechain --target ethers-v5 --out-dir generated/contracts './abis/*.json'",
"dockerize": "sh ./docker/build.sh"
},
"dependencies": {
"@ensdomains/ensjs": "^3.0.0-alpha.1",
"@ensdomains/eth-ens-namehash": "^2.0.15",
"@nimi.io/card": "nimi-app/card#v0.13.0",
"axios": "^0.27.2",
"debug": "^4.3.4",
"ethers": "^5.7.2",
"is-ipfs": "^8.0.1",
"memoizee": "^0.4.15",
"multiformats": "^9.7.0",
"next": "12.1.6",
"node-cache": "^5.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@typechain/ethers-v5": "^10.1.0",
"@types/debug": "^4.1.7",
"@types/memoizee": "^0.4.8",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/styled-components": "^5.1.25",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"typechain": "^8.1.0",
"typescript": "4.7.4"
}
}