mirror of
https://github.com/3lLobo/zkAuth.git
synced 2026-01-10 12:57:57 -05:00
Snyk has created this PR to upgrade @usedapp/core from 1.1.5 to 1.2.2. See this package in npm: See this project in Snyk: https://app.snyk.io/org/3llobo/project/4e770d01-b801-4fb1-b940-33a40327120d?utm_source=github&utm_medium=referral&page=upgrade-pr
70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"name": "dapp",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "next export",
|
|
"lint": "next lint",
|
|
"prettier": "prettier --write . --config ../.prettierrc",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.1",
|
|
"@heroicons/react": "^2.0.10",
|
|
"@self.id/react": "^0.3.3",
|
|
"@self.id/web": "^0.4.3",
|
|
"@usedapp/core": "^1.2.2",
|
|
"@walletconnect/web3-provider": "^1.8.0",
|
|
"circomlibjs": "^0.1.7",
|
|
"crypto-browserify": "^3.12.0",
|
|
"dotenv": "^16.0.2",
|
|
"eth-sig-util": "^3.0.1",
|
|
"ethers": "^5.7.0",
|
|
"framer-motion": "^7.3.5",
|
|
"fs": "^0.0.1-security",
|
|
"hi-base32": "^0.5.1",
|
|
"jsotp": "^1.0.4",
|
|
"next": "12.3.0",
|
|
"next-qrcode": "^2.2.0",
|
|
"next-themes": "^0.2.1",
|
|
"patch-package": "^6.4.7",
|
|
"postinstall-postinstall": "^2.1.0",
|
|
"process": "^0.11.10",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-icons": "^4.4.0",
|
|
"react-loader-spinner": "^5.3.4",
|
|
"react-lottie-player": "^1.4.3",
|
|
"react-password-checklist": "^1.4.1",
|
|
"react-pin-input-hook": "^1.0.8",
|
|
"snarkjs": "0.4.19",
|
|
"thirty-two": "^1.0.2",
|
|
"totp-generator": "^0.0.13",
|
|
"web3.storage": "^4.4.0",
|
|
"web3modal": "^1.9.9"
|
|
},
|
|
"devDependencies": {
|
|
"@graphprotocol/client-cli": "^2.2.11",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
"@tailwindcss/typography": "^0.5.7",
|
|
"@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",
|
|
"graphql": "^16.6.0",
|
|
"postcss": "^8.4.16",
|
|
"postcss-import": "^15.0.0",
|
|
"prettier": "^2.7.1",
|
|
"tailwindcss": "^3.1.8",
|
|
"typescript": "4.8.3"
|
|
}
|
|
}
|