magic-boot/magic-boot-ui/package.json
吕金泽 a34a3fec38 修复 外链 iframe方式 刷新页面 跳转空白页面问题
登录 密码加密传输
菜单管理 搜索之后 点击修改 没有清除 font标签问题
2022-06-28 21:56:35 +08:00

30 lines
652 B
JSON

{
"name": "magic-boot-vite",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"demo": "vite build --mode demo"
},
"dependencies": {
"axios": "^0.24.0",
"element-plus": "^2.2.6",
"js-sha256": "^0.9.0",
"nprogress": "0.2.0",
"path-browserify": "^1.0.1",
"vue": "^3.2.25",
"vue-cropper": "^1.0.2",
"vue-router": "^4.0.0-0",
"vuedraggable": "^4.1.0",
"xlsx": "^0.18.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
"vite-plugin-svg-icons": "^1.1.0",
"sass": "^1.49.7",
"vite": "^2.8.0"
}
}