mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-25 01:52:00 +03:00
16 lines
308 B
JSON
16 lines
308 B
JSON
{
|
|
"name": "hackathonSubmissions",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"react-feather": "2.0.10",
|
|
"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": "5.19.1"
|
|
}
|
|
}
|