-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.37 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
49
50
51
52
{
"name": "lens-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bundlr-network/client": "^0.11.8",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.3",
"@headlessui/react": "^1.7.15",
"@lens-protocol/react-web": "^1.1.1",
"@lens-protocol/sdk-gated": "^1.2.0",
"@lens-protocol/wagmi": "^1.1.1",
"@lens-protocol/widgets-react": "^0.0.17",
"@mui/material": "^5.13.6",
"@superfluid-finance/sdk-core": "^0.6.6",
"@types/node": "20.3.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"ethers": "^5.7.2",
"flowbite": "^1.6.6",
"flowbite-react": "^0.4.9",
"next": "13.4.7",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"uuid": "^9.0.0",
"wagmi": "^0.12.7",
"web3.storage": "^4.5.4",
"web3modal": "^1.9.12",
"@apollo/client": "^3.7.1",
"graphql": "^16.6.0",
"ipfs-http-client": "^59.0.0",
"omit-deep": "^0.3.0",
"@emotion/css": "^11.10.5"
},
"devDependencies": {
"@types/uuid": "^9.0.2"
}
}