wasp/waspc/examples/todoApp/package.json
2024-09-04 15:16:25 +02:00

22 lines
547 B
JSON

{
"name": "todoApp",
"scripts": {
"env:pull": "npx dotenv-vault@latest pull development .env.server",
"env:push": "npx dotenv-vault@latest push development .env.server"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"react": "^18.2.0",
"wasp": "file:.wasp/out/sdk/wasp"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/react": "^18.0.37",
"@types/uuid": "^9.0.8",
"prisma": "5.19.1",
"typescript": "^5.1.0",
"vite": "^4.3.9"
}
}