Skip to content

Commit 621da59

Browse files
committed
Add uploader
1 parent 507110e commit 621da59

File tree

8 files changed

+928
-109
lines changed

8 files changed

+928
-109
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,22 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6+
"@emotion/react": "^11.14.0",
7+
"@emotion/styled": "^11.14.0",
68
"@heroicons/react": "^2.2.0",
9+
"@monaco-editor/react": "^4.6.0",
10+
"@mui/material": "^6.4.3",
711
"@tailwindcss/line-clamp": "^0.4.4",
812
"@tailwindcss/typography": "^0.5.16",
13+
"@types/js-yaml": "^4.0.9",
14+
"axios": "^1.7.9",
915
"cra-template-typescript": "1.2.0",
1016
"hypha-rpc": "^0.20.47",
17+
"js-yaml": "^4.1.0",
18+
"jszip": "^3.10.1",
1119
"react": "^18.2.0",
1220
"react-dom": "^18.2.0",
21+
"react-dropzone": "^14.3.5",
1322
"react-icons": "^5.4.0",
1423
"react-markdown": "^9.0.3",
1524
"react-router-dom": "^6.29.0",

0 commit comments

Comments
 (0)