-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
{
"name": "lens-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@emotion/css": "^11.9.0",
"@openzeppelin/contracts": "^4.7.3",
"@rainbow-me/rainbowkit": "^0.1.0",
"@urql/exchange-auth": "^0.1.7",
"@walletconnect/client": "^1.8.0",
"@walletconnect/qrcode-modal": "^1.8.0",
"@walletconnect/types": "^1.8.0",
"@walletconnect/utils": "^1.8.0",
"bignumber.js": "^9.1.0",
"date-fns": "^2.28.0",
"ethers": "^5.6.6",
"formik": "^2.2.9",
"graphql": "^16.5.0",
"ipfs-http-client": "^57.0.3",
"mime": "^3.0.0",
"next": "12.1.6",
"nft.storage": "^7.0.0",
"omit-deep": "^0.3.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-markdown": "^8.0.3",
"react-modal": "^3.15.1",
"react-spinners": "^0.13.4",
"styled-components": "^5.3.5",
"urql": "^2.2.0",
"uuid": "^8.3.2",
"wagmi": "^0.4.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^18.0.17",
"autoprefixer": "^10.4.8",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.4"
}
}