-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 932 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 932 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
{
"name": "next-web3-boilerplate",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write '**/*.{ts,tsx,js,css,json,md}'",
"postbuild": "next-on-netlify"
},
"dependencies": {
"@metamask/onboarding": "^1.0.0",
"@web3-react/core": "^6.1.1",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "6.0.9",
"@web3-react/walletconnect-connector": "^6.1.5",
"ethers": "^5.0.18",
"next": "9.5.3",
"next-on-netlify": "^2.5.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"swr": "^0.2.3"
},
"devDependencies": {
"@next/codemod": "^10.0.0",
"@types/node": "^14.11.8",
"@types/react": "^16.9.52",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"tailwindcss": "^1.7.4",
"typescript": "^4.0.3"
}
}