-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1020 Bytes
/
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
{
"name": "metro-house",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ankr.com/ankr.js": "^0.3.1",
"@bundlr-network/client": "^0.11.1",
"@lens-protocol/client": "^1.0.1",
"@lens-protocol/react-web": "^1.0.1",
"@lens-protocol/wagmi": "^1.0.1",
"@thirdweb-dev/chains": "^0.1.18",
"@thirdweb-dev/react": "^3.11.11",
"@thirdweb-dev/sdk": "^3.10.14",
"@types/node": "18.15.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"ankr-react": "^0.3.0",
"autoprefixer": "^10.4.14",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"ethers": "^5.5.1",
"flowbite": "^1.6.4",
"flowbite-react": "^0.4.2",
"lens-protocol": "^0.1.5",
"moment": "^2.29.4",
"next": "13.2.4",
"postcss": "^8.4.21",
"react": "18.2.0",
"react-cool-inview": "^3.0.1",
"react-dom": "18.2.0",
"tailwindcss": "^3.3.0",
"typescript": "5.0.2",
"wagmi": "^0.12.7"
}
}