加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 626 Bytes
一键复制 编辑 原始数据 按行查看 历史
kevin 提交于 2024-03-01 14:16 . 基础的界面逻辑和路由等
{
"name": "surpass-admin",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"element-plus": "^2.4.4",
"github-markdown-css": "^5.5.1",
"highlight.js": "^11.9.0",
"marked": "^12.0.0",
"pinia": "^2.1.7",
"vue": "^3.3.11"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@vitejs/plugin-vue": "^5.0.2",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vue-router": "^4.2.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化