2023-11-14 22:22:00 +03:00
|
|
|
{
|
|
|
|
|
"name": "flush-notes",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-11-15 23:44:37 +03:00
|
|
|
"@waku/interfaces": "^0.0.20",
|
2023-11-23 16:43:30 +01:00
|
|
|
"@waku/message-encryption": "^0.0.23",
|
2023-11-15 23:44:37 +03:00
|
|
|
"@waku/sdk": "^0.0.21",
|
2023-11-23 16:43:30 +01:00
|
|
|
"@waku/utils": "^0.0.13",
|
|
|
|
|
"ethereum-cryptography": "^2.1.2",
|
2023-11-15 23:44:37 +03:00
|
|
|
"next": "14.0.2",
|
2023-11-14 22:22:00 +03:00
|
|
|
"react": "^18",
|
|
|
|
|
"react-dom": "^18",
|
2023-11-15 23:44:37 +03:00
|
|
|
"react-markdown": "^9.0.1"
|
2023-11-14 22:22:00 +03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^18",
|
|
|
|
|
"@types/react-dom": "^18",
|
|
|
|
|
"autoprefixer": "^10.0.1",
|
|
|
|
|
"eslint": "^8",
|
2023-11-15 23:44:37 +03:00
|
|
|
"eslint-config-next": "14.0.2",
|
|
|
|
|
"postcss": "^8",
|
|
|
|
|
"typescript": "^5"
|
2023-11-14 22:22:00 +03:00
|
|
|
}
|
|
|
|
|
}
|