Files
bls-wallet-website/package.json
2023-10-12 16:11:07 -04:00

35 lines
827 B
JSON

{
"name": "bls-wallet-website",
"version": "0.1.0",
"private": true,
"engines": {
"yarn": ">=1.0.0"
},
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"ethers": "^5.7.0",
"next": "^13.5.4",
"react": "^18.2.0",
"react-awesome-reveal": "^4.2.5",
"react-dom": "^18.2.0",
"react-toastify": "^9.0.8",
"sharp": "^0.32.1",
"sweetalert2": "^11.4.33"
},
"devDependencies": {
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.5.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0"
}
}