wasp/examples/hackathon-submissions/package.json
2024-03-10 22:39:25 +01:00

15 lines
288 B
JSON

{
"name": "hackathonSubmissions",
"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": "4.16.2"
}
}