Files
MirageServer/console_web/package.json
T
Chenyang Gao 7986edd3df 司南管理初步下放到管理员控制台
Signed-off-by: Chenyang Gao <gps949@outlook.com>
2023-04-11 11:01:58 +08:00

32 lines
741 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",
"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"
}
}