Merge pull request #1172 from QuantumNous/alpha
feat: 0.8 version
Showing
.github/workflows/linux-release.yml
deleted
100644 → 0
.github/workflows/macos-release.yml
deleted
100644 → 0
| ... | ... | @@ -6,27 +6,42 @@ |
| "dependencies": { | ||
| "@douyinfe/semi-icons": "^2.63.1", | ||
| "@douyinfe/semi-ui": "^2.69.1", | ||
| "@lobehub/icons": "^2.0.0", | ||
| "@visactor/react-vchart": "~1.8.8", | ||
| "@visactor/vchart": "~1.8.8", | ||
| "@visactor/vchart-semi-theme": "~1.8.8", | ||
| "axios": "^0.27.2", | ||
| "clsx": "^2.1.1", | ||
| "country-flag-icons": "^1.5.19", | ||
| "dayjs": "^1.11.11", | ||
| "history": "^5.3.0", | ||
| "i18next": "^23.16.8", | ||
| "i18next-browser-languagedetector": "^7.2.0", | ||
| "katex": "^0.16.22", | ||
| "lucide-react": "^0.511.0", | ||
| "marked": "^4.1.1", | ||
| "mermaid": "^11.6.0", | ||
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "react-dropzone": "^14.2.3", | ||
| "react-fireworks": "^1.0.4", | ||
| "react-i18next": "^13.0.0", | ||
| "react-icons": "^5.5.0", | ||
| "react-markdown": "^10.1.0", | ||
| "react-router-dom": "^6.3.0", | ||
| "react-telegram-login": "^1.1.2", | ||
| "react-toastify": "^9.0.8", | ||
| "react-turnstile": "^1.0.5", | ||
| "rehype-highlight": "^7.0.2", | ||
| "rehype-katex": "^7.0.1", | ||
| "remark-breaks": "^4.0.0", | ||
| "remark-gfm": "^4.0.1", | ||
| "remark-math": "^6.0.0", | ||
| "semantic-ui-offline": "^2.5.0", | ||
| "semantic-ui-react": "^2.1.3", | ||
| "sse": "https://github.com/mpetazzoni/sse.js", | ||
| "i18next": "^23.16.8", | ||
| "react-i18next": "^13.0.0", | ||
| "i18next-browser-languagedetector": "^7.2.0" | ||
| "unist-util-visit": "^5.0.0", | ||
| "use-debounce": "^10.0.4" | ||
| }, | ||
| "scripts": { | ||
| "dev": "vite", | ||
| ... | ... | @@ -54,9 +69,13 @@ |
| ] | ||
| }, | ||
| "devDependencies": { | ||
| "@douyinfe/semi-webpack-plugin": "^2.78.0", | ||
| "@so1ve/prettier-config": "^3.1.0", | ||
| "@vitejs/plugin-react": "^4.2.1", | ||
| "autoprefixer": "^10.4.21", | ||
| "postcss": "^8.5.3", | ||
| "prettier": "^3.0.0", | ||
| "tailwindcss": "^3", | ||
| "typescript": "4.4.2", | ||
| "vite": "^5.2.0" | ||
| }, | ||
| ... | ... |
web/postcss.config.js
0 → 100644
web/public/example.png
0 → 100644
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
web/src/components/Footer.js
deleted
100644 → 0
web/src/components/HeaderBar.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
web/src/components/Loading.js
deleted
100644 → 0
web/src/components/MjLogsTable.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
web/src/components/PrivateRoute.js
deleted
100644 → 0
web/src/components/SiderBar.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
web/src/components/common/Loading.js
0 → 100644
This diff is collapsed.
Click to expand it.
web/src/components/layout/Footer.js
0 → 100644
web/src/components/layout/HeaderBar.js
0 → 100644
This diff is collapsed.
Click to expand it.
web/src/components/layout/NoticeModal.js
0 → 100644
web/src/components/layout/SiderBar.js
0 → 100644
This diff is collapsed.
Click to expand it.
web/src/components/playground/ChatArea.js
0 → 100644
web/src/components/playground/CodeViewer.js
0 → 100644
web/src/components/playground/DebugPanel.js
0 → 100644
This diff is collapsed.
Click to expand it.
web/src/components/playground/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
web/src/components/table/MjLogsTable.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
web/src/components/utils.js
deleted
100644 → 0
web/src/constants/playground.constants.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
web/src/hooks/useApiRequest.js
0 → 100644
This diff is collapsed.
Click to expand it.
web/src/hooks/useDataLoader.js
0 → 100644
This diff is collapsed.
Click to expand it.
web/src/hooks/useMessageActions.js
0 → 100644
This diff is collapsed.
Click to expand it.
web/src/hooks/useMessageEdit.js
0 → 100644
This diff is collapsed.
Click to expand it.
web/src/hooks/usePlaygroundState.js
0 → 100644
This diff is collapsed.
Click to expand it.
web/src/hooks/useSyncMessageAndCustomBody.js
0 → 100644
This diff is collapsed.
Click to expand it.
web/src/hooks/useTokenKeys.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
web/src/pages/Playground/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
web/tailwind.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment