0.9.3
parent
00253cd2e7
commit
4171e72e78
|
|
@ -10,8 +10,8 @@ RUN npm config set registry https://registry.npmmirror.com
|
||||||
# 复制 package 文件
|
# 复制 package 文件
|
||||||
COPY package.json yarn.lock* package-lock.json* ./
|
COPY package.json yarn.lock* package-lock.json* ./
|
||||||
|
|
||||||
# 安装依赖
|
# 清理并安装依赖(解决 Alpine Linux 下 rollup 的 optional dependencies bug)
|
||||||
RUN npm install
|
RUN rm -rf package-lock.json node_modules && npm install
|
||||||
|
|
||||||
# 复制项目文件
|
# 复制项目文件
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -17,7 +17,6 @@
|
||||||
"@bytemd/plugin-gfm": "^1.22.0",
|
"@bytemd/plugin-gfm": "^1.22.0",
|
||||||
"@bytemd/plugin-highlight": "^1.22.0",
|
"@bytemd/plugin-highlight": "^1.22.0",
|
||||||
"@bytemd/react": "^1.22.0",
|
"@bytemd/react": "^1.22.0",
|
||||||
"@uiw/react-md-editor": "^4.0.4",
|
|
||||||
"antd": "^5.12.0",
|
"antd": "^5.12.0",
|
||||||
"axios": "^1.6.2",
|
"axios": "^1.6.2",
|
||||||
"bytemd": "^1.22.0",
|
"bytemd": "^1.22.0",
|
||||||
|
|
@ -25,10 +24,6 @@
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-router-dom": "^6.20.1",
|
"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"
|
"zustand": "^4.4.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
||||||
1586
frontend/yarn.lock
1586
frontend/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue