mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-27 02:52:22 +03:00
18 lines
375 B
JSON
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"
|
|
}
|
|
}
|