mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-02 12:53:08 +00:00
29 lines
619 B
JSON
29 lines
619 B
JSON
{
|
|
"name": "tictactoe",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@waku/react": "^0.0.5-77c40b4",
|
|
"@waku/sdk": "^0.0.19",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"eslint": "8.52.0",
|
|
"eslint-config-next": "13.5.6",
|
|
"next": "13.5.6",
|
|
"protobufjs": "^7.2.5",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"short-unique-id": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.16",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.3.3"
|
|
}
|
|
}
|