fix: rename mt package name and add mt workspace to bun.lock
Docker Build / Build and Push Docker Image (push) Failing after 18s

This commit is contained in:
2026-06-14 01:19:07 +08:00
parent 7657f6b713
commit 9f4430f1f6
2 changed files with 60 additions and 1 deletions
+59
View File
@@ -64,6 +64,65 @@
"typescript": "4.4.2",
},
},
"mt": {
"name": "mt-frontend",
"version": "0.1.0",
"dependencies": {
"@douyinfe/semi-icons": "^2.63.1",
"@douyinfe/semi-illustrations": "^2.69.1",
"@douyinfe/semi-ui": "^2.69.1",
"@lobehub/icons": "catalog:",
"@visactor/react-vchart": "~1.8.8",
"@visactor/vchart": "~1.8.8",
"@visactor/vchart-semi-theme": "~1.8.8",
"axios": "catalog:",
"clsx": "catalog:",
"dayjs": "catalog:",
"highlight.js": "^11.11.1",
"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",
"qrcode.react": "catalog:",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-dropzone": "^14.2.3",
"react-fireworks": "^1.0.4",
"react-i18next": "^13.0.0",
"react-icons": "catalog:",
"react-markdown": "catalog:",
"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": "catalog:",
"remark-math": "^6.0.0",
"sse.js": "catalog:",
"unist-util-visit": "^5.0.0",
"use-debounce": "^10.0.4",
},
"devDependencies": {
"@rsbuild/core": "^2.0.7",
"@rsbuild/plugin-react": "^2.0.0",
"@so1ve/prettier-config": "^3.1.0",
"autoprefixer": "^10.4.21",
"eslint": "8.57.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-react-hooks": "^5.2.0",
"i18next-cli": "^1.10.3",
"postcss": "^8.5.3",
"prettier": "catalog:",
"prop-types": "^15.8.1",
"tailwindcss": "^3",
"typescript": "4.4.2",
},
},
"default": {
"name": "newapi-web",
"version": "1.0.0",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "react-template",
"name": "mt-frontend",
"version": "0.1.0",
"private": true,
"type": "module",