27 lines
482 B
JSON
27 lines
482 B
JSON
{
|
|
"name": "meida-portal",
|
|
"version": "1.0.0",
|
|
"description": "美搭项目展示平台",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"meida",
|
|
"fashion"
|
|
],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"axios": "^1.8.4",
|
|
"vite": "^6.3.0",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0",
|
|
"vuex": "^4.1.0"
|
|
}
|
|
}
|