You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
492 B
23 lines
492 B
4 years ago
|
{
|
||
|
"name": "vue3-vite-template",
|
||
|
"version": "0.0.0",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vite build",
|
||
|
"serve": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"element-plus": "^1.1.0-beta.21",
|
||
|
"unplugin-vue-components": "^0.15.6",
|
||
|
"vite-plugin-windicss": "^1.4.11",
|
||
|
"vue": "^3.2.16",
|
||
|
"vue-router": "^4.0.12",
|
||
|
"windicss": "^3.1.9"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vitejs/plugin-vue": "^1.9.3",
|
||
|
"vite": "^2.6.4",
|
||
|
"vite-plugin-linter": "^1.0.1"
|
||
|
}
|
||
|
}
|