Skip to content

Commit

Permalink
更新依赖包版本及添加新依赖,优化项目配置
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwei committed Sep 29, 2024
1 parent 2dc9756 commit 93b101b
Show file tree
Hide file tree
Showing 4 changed files with 589 additions and 2,935 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
- <https://wallpaper.shenzjd.com/api/wallpaper/getListByCategory>

- <https://wallpaper.shenzjd.com/api/wallpaper/bing>

## 参考

<https://juejin.cn/post/7096749072345726990>
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,22 @@
},
"dependencies": {
"axios": "^1.6.8",
"express": "^4.18.2",
"node-cache": "^5.1.2",
"nodemon": "^3.1.0",
"cross-env": "^7.0.3",
"multiparty": "^4.2.3",
"vue": "^3.3.8",
"vue-router": "4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"express": "^4.18.2",
"node-cache": "^5.1.2",
"nodemon": "^3.1.0",
"rollup-plugin-external-globals": "^0.10.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.74.1",
"vite": "^5.0.2",
"vite-express": "0.16.0",
"vite-plugin-html": "^3.2.2",
"vite-plugin-imagemin": "^0.6.1"
"vite-plugin-html": "^3.2.2"
}
}
Loading

0 comments on commit 93b101b

Please sign in to comment.