mirror of
https://github.com/CryptKeeperZK/semaphore.git
synced 2026-01-09 15:37:57 -05:00
28 lines
773 B
JSON
28 lines
773 B
JSON
{
|
|
"name": "monorepo-ethers-web-app",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"export": "next export",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@cryptkeeperzk/semaphore-group": "3.10.1",
|
|
"@cryptkeeperzk/semaphore-identity": "3.10.1",
|
|
"@cryptkeeperzk/semaphore-proof": "3.10.1",
|
|
"@next/font": "13.0.3",
|
|
"@semaphore-protocol/data": "3.10.1",
|
|
"@types/react": "18.0.25",
|
|
"@types/react-dom": "18.0.8",
|
|
"dotenv": "^16.0.3",
|
|
"ethers": "^5.7.2",
|
|
"next": "13.0.3",
|
|
"next-pwa": "^5.6.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"typescript": "^4.7.3"
|
|
}
|
|
}
|