33 lines
683 B
JSON
Raw Normal View History

{
2023-10-25 00:33:37 +02:00
"name": "rln-js",
"version": "0.1.0",
"private": true,
"scripts": {
2023-10-25 00:33:37 +02:00
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2023-10-26 15:59:58 +02:00
"@waku/rln": "0.1.1-fa49e29",
2023-10-26 14:47:14 +02:00
"ethers": "^5.7.2",
2023-10-26 00:08:37 +02:00
"next": "13.5.6",
2023-10-26 13:49:16 +02:00
"protobufjs": "^7.2.5",
2023-10-25 00:33:37 +02:00
"react": "^18",
"react-dom": "^18",
2023-10-26 00:08:37 +02:00
"zustand": "^4.4.4"
},
"devDependencies": {
"@metamask/types": "^1.1.0",
2023-10-25 00:33:37 +02:00
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
2023-10-26 00:08:37 +02:00
"eslint": "^8",
"eslint-config-next": "13.5.6",
2023-10-25 00:33:37 +02:00
"postcss": "^8",
"tailwindcss": "^3",
2023-10-26 00:08:37 +02:00
"typescript": "^5"
}
}