mirror of
https://github.com/getwax/bls-wallet-website.git
synced 2026-01-09 15:18:10 -05:00
28 lines
543 B
JSON
28 lines
543 B
JSON
{
|
|
"name": "bls-wallet-website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"yarn": ">=1.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"bls-wallet-clients": "^0.7.3",
|
|
"ethers": "^5.7.0",
|
|
"next": "12.2.5",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-reveal": "^1.2.2",
|
|
"sweetalert2": "^11.4.33"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.23.0",
|
|
"eslint-config-next": "12.2.5"
|
|
}
|
|
}
|