mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-04 09:45:21 +03:00
0707b77f89
* Migrated examples/websockets-realtime-voting to 0.12. * fix
16 lines
317 B
JSON
16 lines
317 B
JSON
{
|
|
"name": "websocketsRealtimeVoting",
|
|
"dependencies": {
|
|
"flowbite": "1.6.6",
|
|
"flowbite-react": "0.4.9",
|
|
"wasp": "file:.wasp/out/sdk/wasp",
|
|
"react": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.1.0",
|
|
"vite": "^4.3.9",
|
|
"@types/react": "^18.0.37",
|
|
"prisma": "4.16.2"
|
|
}
|
|
}
|