-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.25 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
{
"name": "eth-tokyo",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@bundlr-network/client": "^0.10.5",
"@lens-protocol/react-web": "^1.0.1",
"@lens-protocol/sdk-gated": "^1.2.0",
"@lens-protocol/wagmi": "^1.0.1",
"@radix-ui/react-avatar": "^1.0.2",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-tooltip": "^1.0.5",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.14",
"axios": "^1.3.5",
"class-variance-authority": "^0.5.2",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"ethers": "^5.7.2",
"next": "13.3.0",
"postcss": "8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^9.1.2",
"readable-web-to-node-stream": "^3.0.2",
"tailwindcss": "3.3.1",
"typescript": "5.0.4",
"uuid": "^9.0.0",
"wagmi": "^0.12.10"
},
"devDependencies": {
"@types/uuid": "^9.0.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"prettier": "^2.8.7"
}
}