main
mula.liu 2025-12-25 12:41:32 +08:00
parent 00253cd2e7
commit 4171e72e78
4 changed files with 2751 additions and 5971 deletions

View File

@ -10,8 +10,8 @@ RUN npm config set registry https://registry.npmmirror.com
# 复制 package 文件
COPY package.json yarn.lock* package-lock.json* ./
# 安装依赖
RUN npm install
# 清理并安装依赖(解决 Alpine Linux 下 rollup 的 optional dependencies bug
RUN rm -rf package-lock.json node_modules && npm install
# 复制项目文件
COPY . .

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,6 @@
"@bytemd/plugin-gfm": "^1.22.0",
"@bytemd/plugin-highlight": "^1.22.0",
"@bytemd/react": "^1.22.0",
"@uiw/react-md-editor": "^4.0.4",
"antd": "^5.12.0",
"axios": "^1.6.2",
"bytemd": "^1.22.0",
@ -25,10 +24,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.1",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"zustand": "^4.4.7"
},
"devDependencies": {

File diff suppressed because it is too large Load Diff