mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 01:54:37 +03:00
a445da9ed0
* Upgraded Mage to Wasp 0.12 while producing Wasp 0.11.4 apps. * Rearranged imports to be nicer. * Updated tsconfig.json and .gitignore according to new changes to wasp new.
31 lines
768 B
JSON
31 lines
768 B
JSON
{
|
|
"name": "mage",
|
|
"dependencies": {
|
|
"prismjs": "^1.29.0",
|
|
"react-accessible-treeview": "2.6.1",
|
|
"react-icons": "4.10.1",
|
|
"@zip.js/zip.js": "2.7.16",
|
|
"async-mutex": "0.4.0",
|
|
"@headlessui/react": "1.7.15",
|
|
"@heroicons/react": "2.0.18",
|
|
"react-parallax-tilt": "1.7.151",
|
|
"timeago.js": "4.0.2",
|
|
"@visx/mock-data": "3.0.0",
|
|
"@visx/group": "3.0.0",
|
|
"@visx/shape": "3.0.0",
|
|
"@visx/scale": "3.2.0",
|
|
"@visx/responsive": "3.0.0",
|
|
"@visx/gradient": "3.0.0",
|
|
"@visx/axis": "3.2.0",
|
|
"js-confetti": "0.11.0",
|
|
"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"
|
|
}
|
|
}
|