1 Star 0 Fork 0

小柯/SimpleBlog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 819 Bytes
一键复制 编辑 原始数据 按行查看 历史
小柯 提交于 2023-05-07 19:41 . 新增后台管理和完善功能
{
"name": "web",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"ant-design-vue": "^3.2.15",
"axios": "^1.3.4",
"highlight.js": "^11.7.0",
"marked": "^4.2.12",
"vue": "^3.2.47",
"vue-request": "^1.2.4",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@types/json-bigint": "^1.0.1",
"@types/marked": "^4.0.8",
"@types/node": "^18.14.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/tsconfig": "^0.1.3",
"less": "^4.1.3",
"npm-run-all": "^4.1.5",
"typescript": "~4.8.4",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.1.4",
"vue-tsc": "^1.2.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codexiaoke/simple-blog.git
git@gitee.com:codexiaoke/simple-blog.git
codexiaoke
simple-blog
SimpleBlog
master

搜索帮助