-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "lens-boilerplate",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@headlessui/react": "^1.7.1",
"@heroicons/react": "^2.0.11",
"@rainbow-me/rainbowkit": "^0.5.3",
"@tailwindcss/forms": "^0.5.3",
"cross-fetch": "^3.1.5",
"daisyui": "^2.27.0",
"ethers": "^5.0.0",
"gql": "^1.1.2",
"graphql": "^16.6.0",
"iron-session": "^6.2.1",
"js-cookie": "^3.0.1",
"next": "^12.1.6",
"next-auth": "^4.10.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hot-toast": "^2.4.0",
"siwe": "^1.1.6",
"valtio": "^1.7.0",
"wagmi": "^0.6.0"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"autoprefixer": "^10.4.11",
"eslint": "^8.15.0",
"eslint-config-next": "^12.1.6",
"eslint-plugin-valtio": "^0.6.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.2"
}
}