waku-lab/examples/flush-notes/package.json

31 lines
702 B
JSON
Raw Normal View History

{
"name": "flush-notes",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"start": "next dev",
"lint": "next lint"
},
"dependencies": {
2024-06-24 23:18:52 +00:00
"@waku/interfaces": "0.0.25-42126a6.0",
"@waku/message-encryption": "0.0.28-42126a6.0",
"@waku/sdk": "0.0.26-42126a6.0",
"@waku/utils": "0.0.18-42126a6.0",
"next": "14.0.2",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"postcss": "^8",
"typescript": "^5"
}
}