Skip to content

Commit

Permalink
✨ Complete builder setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tosone committed Sep 4, 2023
1 parent c6927e6 commit 187b946
Show file tree
Hide file tree
Showing 5 changed files with 1,177 additions and 267 deletions.
4 changes: 3 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@bytemd/react": "^1.21.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@monaco-editor/react": "^4.5.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/line-clamp": "^0.4.4",
Expand All @@ -24,6 +25,7 @@
"github-markdown-css": "^5.2.0",
"human-format": "^1.2.0",
"lodash": "^4.17.21",
"monaco-editor": "^0.41.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
Expand All @@ -33,7 +35,7 @@
"react-use": "^17.4.0"
},
"devDependencies": {
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
Expand Down
1 change: 1 addition & 0 deletions web/src/Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ export default {
QuotaThreshold: 0.8,
PageSize: 20,
MaxSizeLimit: 102400 * (1 << 40),
AutoCompleteSize: 5,
};
Loading

0 comments on commit 187b946

Please sign in to comment.