-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 933 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
{
"name": "bookmart",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@argent/login": "^0.1.0-alpha.11",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@tailwindcss/typography": "^0.5.9",
"@web3-onboard/argent": "github:argentlabs/web3-onboard-argent",
"@web3-onboard/core": "^2.15.4",
"@web3-onboard/injected-wallets": "^2.6.2",
"@web3-onboard/react": "^2.6.3",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"ethers": "^5.7.2",
"next": "13.2.3",
"prettier": "^2.8.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"autoprefixer": "^10.4.13",
"eslint-config-prettier": "^8.7.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}