PixelAI-admin/vue-admin-wonderful-next/package.json

15 lines
262 B
JSON
Raw Normal View History

{
"name": "vue-admin-wonderful-next",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"vue": "^3.0.4"
},
"devDependencies": {
"vite": "^1.0.0-rc.13",
"@vue/compiler-sfc": "^3.0.4"
}
}