Files
MirageServer/console_web/package.json
Chenyang Gao 1eabe57a63 初步完成除Linux外的下载页面框架
Signed-off-by: Chenyang Gao <gps949@outlook.com>
2023-05-05 18:23:22 +08:00

33 lines
765 B
JSON

{
"name": "newadmin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"element-plus": "^2.3.3",
"vue": "^3.2.45",
"vue-qr": "^4.0.9",
"vue3-smooth-dnd": "^0.0.4"
},
"devDependencies": {
"@tailwindcss/typography": "github:tailwindcss/typography",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"axios": "^1.2.3",
"daisyui": "^2.46.1",
"postcss": "^8.4.21",
"sass": "^1.57.1",
"tailwindcss": "^3.2.4",
"unplugin-auto-import": "^0.15.2",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.0.0",
"vue-router": "^4.1.6",
"vue3-click-away": "^1.2.4"
}
}