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

17 lines
291 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": {
"@vue/compiler-sfc": "^3.0.4",
"typescript": "^4.1.2",
"vite": "^1.0.0-rc.13"
}
}