wasp/examples/hackathon-submissions/package.json

16 lines
308 B
JSON
Raw Permalink Normal View History

{
"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",
2024-09-04 16:16:25 +03:00
"prisma": "5.19.1"
}
}