4 Star 19 Fork 4

rookie./NET-Admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
rookie. 提交于 2023-07-18 18:50 +08:00 . fix:vuedraggable插件引用
{
"name": "net_admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"build:dev": "vue-tsc --noEmit && vite build --mode development",
"build:test": "vue-tsc --noEmit && vite build --mode test",
"build:pro": "vue-tsc --noEmit && vite build --mode production"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@types/glob": "^8.0.0",
"@types/sortablejs": "^1.15.0",
"axios": "^1.2.0",
"crypto-js": "^4.1.1",
"element-plus": "^2.2.25",
"jsencrypt": "^3.3.1",
"less": "^4.1.3",
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"pinia": "^2.0.27",
"pinia-plugin-persistedstate": "^3.0.2",
"require.js": "^1.0.0",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"sortablejs": "^1.15.0",
"vform3-builds": "^3.0.10",
"vue": "^3.2.41",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vuedraggable": "^4.1.0",
"web-storage-cache": "^1.1.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"vue-tsc": "^1.0.13"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rookiexwang/NET-Admin.git
git@gitee.com:rookiexwang/NET-Admin.git
rookiexwang
NET-Admin
NET-Admin
master

搜索帮助