wasp/examples/waspello/package.json
2024-03-10 22:56:58 +01:00

18 lines
375 B
JSON

{
"name": "waspello",
"dependencies": {
"react-feather": "2.0.10",
"classnames": "2.3.1",
"react-tiny-popover": "7.1.0",
"react-beautiful-dnd": "13.1.1",
"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"
}
}