mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-23 13:43:51 +08:00
29 lines
655 B
JSON
29 lines
655 B
JSON
{
|
|
"name": "vue-admin-wonderful-next",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"element-plus": "^1.0.2-beta.30",
|
|
"mitt": "^2.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"sortablejs": "^1.13.0",
|
|
"vue": "^3.0.5",
|
|
"vue-router": "^4.0.2",
|
|
"vuex": "^4.0.0-rc.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.22",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/sortablejs": "^1.10.6",
|
|
"@vitejs/plugin-vue": "^1.1.2",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"sass": "^1.32.5",
|
|
"sass-loader": "^10.1.1",
|
|
"typescript": "^4.1.3",
|
|
"vite": "^2.0.0-beta.50"
|
|
}
|
|
}
|