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

30 lines
679 B
JSON
Raw Normal View History

{
"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",
2021-01-27 19:59:06 +08:00
"dotenv": "^8.2.0",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"typescript": "^4.1.3",
"vite": "^2.0.0-beta.50"
}
}