-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 885 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
{
"name": "web3rsvp-frontend",
"version": "1.0.0",
"description": "",
"main": "apollo-client.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.2",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@rainbow-me/rainbowkit": "^0.2.2",
"ethers": "^5.6.6",
"graphql": "^16.5.0",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"wagmi": "^0.4.5",
"web3.storage": "^4.2.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.1",
"autoprefixer": "^10.4.0",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.2.15",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.2"
}
}