-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "substream",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.0",
"@helia/unixfs": "^1.4.1",
"@heroicons/react": "^2.0.18",
"@material-tailwind/react": "^2.1.0",
"@rainbow-me/rainbowkit": "^1.0.8",
"@superfluid-finance/ethereum-contracts": "^1.8.0",
"@superfluid-finance/sdk-core": "^0.6.8",
"@superfluid-finance/tokenlist": "^2.1.0",
"autoprefixer": "^10.4.15",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"ethers": "^5.7.2",
"express": "^4.18.2",
"express-session": "^1.17.3",
"graphql": "^16.8.0",
"helia": "^2.0.1",
"ipfs-http-client": "^60.0.1",
"next": "^13.4.3",
"next-auth": "^4.23.1",
"next-session": "^4.0.5",
"nookies": "^2.5.2",
"postcss": "^8.4.28",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "~1.1.8",
"wagmi": "~1.3.2"
},
"devDependencies": {
"@types/next": "^9.0.0",
"@types/node": "^18.17.6",
"@types/react": "^18.2.6",
"eslint": "^8.15.0",
"eslint-config-next": "^13.4.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.4"
}
}