mirror of https://github.com/vuejs/core.git
16 lines
275 B
JSON
16 lines
275 B
JSON
|
|
{
|
||
|
|
"name": "vite-debug",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build",
|
||
|
|
"serve": "vite preview"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@vitejs/plugin-vue": "catalog:",
|
||
|
|
"vite": "catalog:",
|
||
|
|
"vue": "workspace:*"
|
||
|
|
}
|
||
|
|
}
|