Files
cuimengxue/frontend/package.json
王子琦 be3894bb19 chore: 添加 Playwright 测试依赖
新增 @playwright/test 开发依赖用于端到端测试

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-02-28 13:19:18 +08:00

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"
}
}