mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-29 03:53:14 +03:00
18 lines
385 B
JSON
18 lines
385 B
JSON
{
|
|
"name": "todo-app",
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"wasp": "file:.wasp/out/sdk/wasp",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/typography": "^0.5.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.5",
|
|
"@types/express": "^4.17.13",
|
|
"@types/react": "^18.0.37",
|
|
"prisma": "4.16.2",
|
|
"typescript": "^5.1.0",
|
|
"vite": "^4.3.9"
|
|
}
|
|
}
|