Files
zkAuth/dapp/package.json
3lLobo ef07097396 The Merge 🌊
2022-09-18 19:14:51 +02:00

45 lines
1.1 KiB
JSON

{
"name": "dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write . --config ../.prettierrc"
},
"dependencies": {
"@headlessui/react": "^1.7.1",
"@heroicons/react": "^2.0.10",
"@usedapp/core": "^1.1.5",
"@walletconnect/web3-provider": "^1.8.0",
"ethers": "^5.7.0",
"framer-motion": "^7.3.5",
"fs": "^0.0.1-security",
"jsotp": "^1.0.4",
"next": "12.3.0",
"next-qrcode": "^2.2.0",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-password-checklist": "^1.4.1",
"react-pin-input-hook": "^1.0.8",
"thirty-two": "^1.0.2",
"web3modal": "^1.9.9"
},
"devDependencies": {
"@types/node": "18.7.16",
"@types/qrcode": "^1.5.0",
"@types/react": "18.0.19",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.3.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8",
"typescript": "4.8.3"
}
}