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.
|
|
|
{
|
|
|
|
"name": "vue3_element_demo2",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@element-plus/icons-vue": "^2.1.0",
|
|
|
|
"@types/node": "^20.8.7",
|
|
|
|
"axios": "^1.5.1",
|
|
|
|
"element-plus": "^2.4.1",
|
|
|
|
"mockjs": "^1.1.0",
|
|
|
|
"normalize.css": "^8.0.1",
|
|
|
|
"vue": "^3.3.4",
|
|
|
|
"vue-i18n": "^9.4.1",
|
|
|
|
"vue-router": "^4.0.13",
|
|
|
|
"vuex": "^4.0.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
|
|
"sass": "^1.69.4",
|
|
|
|
"unplugin-auto-import": "^0.16.6",
|
|
|
|
"unplugin-vue-components": "^0.25.2",
|
|
|
|
"vite": "^4.4.5"
|
|
|
|
}
|
|
|
|
}
|