修改部分包引入方式
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -12,8 +12,6 @@ |
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@vitejs/plugin-legacy": "^3.0.1", | ||
"@vitejs/plugin-vue-jsx": "^3.0.0", | ||
"dayjs": "^1.11.7", | ||
"event-source-polyfill": "^1.0.31", | ||
"js-cookie": "^3.0.1", | ||
... | ... | @@ -30,7 +28,9 @@ |
"@types/js-cookie": "^3.0.2", | ||
"@types/node": "^18.11.15", | ||
"@types/uuid": "^9.0.0", | ||
"@vitejs/plugin-legacy": "^4.0.2", | ||
"@vitejs/plugin-vue": "^4.0.0", | ||
"@vitejs/plugin-vue-jsx": "^3.0.1", | ||
"axios": "^0.24.0", | ||
"express": "^4.18.2", | ||
"http-proxy-middleware": "^2.0.6", | ||
... | ... |
Please
register
or
sign in
to comment