mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-22 17:48:20 +03:00
15 lines
264 B
JSON
15 lines
264 B
JSON
{
|
|
"name": "TodoApp",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|