35 lines
739 B
JSON
Raw Normal View History

2023-10-30 23:57:10 +01:00
{
"name": "rln-js",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
2023-11-07 00:57:40 +01:00
"serve": "serve ./out",
2023-11-02 15:14:06 +01:00
"lint": "next lint"
2023-10-30 23:57:10 +01:00
},
"dependencies": {
"@waku/rln": "0.1.1-60a5070",
2023-10-30 23:57:10 +01:00
"@waku/utils": "^0.0.12",
"ethers": "^5.7.2",
"next": "13.5.6",
"react": "^18",
"react-dom": "^18",
"zustand": "^4.4.4"
},
"devDependencies": {
"@metamask/types": "^1.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
2023-11-01 01:52:51 +01:00
"@types/uuid": "^9.0.6",
2023-10-30 23:57:10 +01:00
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
2023-11-07 00:57:40 +01:00
"serve": "^14.2.1",
2023-10-30 23:57:10 +01:00
"tailwindcss": "^3",
"typescript": "^5"
}
}