-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 981 Bytes
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 981 Bytes
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
{
"version": "1.0.0",
"name": "connectkit-nouns",
"description": "Use Nouns as avatars in your ConnectKit project",
"author": "Badu Blanc <badu@cloudnouns.com>",
"repository": {
"type": "git",
"url": "https://github.com/badublanc/connectkit-nouns"
},
"license": "MIT",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"bundle": "tsup",
"preview": "vite preview"
},
"peerDependencies": {
"connectkit": "^1.2.2",
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"connectkit": "^1.2.2",
"ethers": "^5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^6.7.0",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"wagmi": "^0.12.10"
},
"exports": {
".": "./index.js"
},
"keywords": [
"connectkit",
"nouns",
"cloudnouns",
"web3"
]
}