sandbox-web-ide/package.json
Akhileshrangani4 fac1404e14 feat: multi-file context, context tabs
- added context tabs
- added multifile context including file and image uploads to the context along with all the files from the project
- added file/image previews on input
- added code paste from the editor and file lines recognition
- added image paste from clipboard and preview
2024-11-04 14:21:13 -05:00

9 lines
137 B
JSON

{
"dependencies": {
"@radix-ui/react-popover": "^1.1.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15"
}
}