-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 875 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 875 Bytes
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": "nft-swipe",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@web3-onboard/core": "^2.0.11",
"@web3-onboard/injected-wallets": "^2.0.2",
"@web3-onboard/react": "^2.0.6",
"@web3-onboard/walletconnect": "^2.0.1",
"ethers": "^5.5.2",
"next": "12.0.7",
"next-translate": "^1.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"zustand": "^3.6.7"
},
"devDependencies": {
"@types/node": "16.11.12",
"@types/react": "17.0.37",
"autoprefixer": "^10.4.0",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.4",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"tailwindcss": "^3.0.0",
"typescript": "4.5.3"
}
}