pig-ui/vue-admin-wonderful-next/package.json

22 lines
475 B
JSON

{
"name": "vue-admin-wonderful-next",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"element-plus": "^v1.0.1-beta.19",
"sortablejs": "^1.10.2",
"vue": "^3.0.5",
"vue-router": "^4.0.2"
},
"devDependencies": {
"@types/sortablejs": "^1.10.6",
"@vue/compiler-sfc": "^3.0.5",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"typescript": "^4.1.2",
"vite": "^1.0.0-rc.13"
}
}