新增 @playwright/test 开发依赖用于端到端测试 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
26 lines
529 B
JSON
26 lines
529 B
JSON
{
|
|
"name": "maternal-mall-frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@arco-design/web-vue": "^2.57.0",
|
|
"axios": "^1.7.9",
|
|
"echarts": "^6.0.0",
|
|
"pinia": "^2.3.1",
|
|
"vue": "^3.5.13",
|
|
"vue-echarts": "^8.0.1",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.2",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"vite": "^6.0.7"
|
|
}
|
|
}
|