by-crm/frontend/package.json
andy fd89c31640 feat(frontend): 为前端添加完整移动端响应式适配
- 新增响应式工具函数与全局移动端样式,统一适配≤768px屏幕
- 添加移动端底部导航组件,替代桌面端侧边栏菜单
- 为经销商、客户、报备列表页新增移动端卡片视图替换表格布局
- 调整所有页面的表单、弹窗与布局适配移动端尺寸
- 优化移动端viewport配置,适配全面屏安全区域
- 修复密码哈希工具,在非安全上下文下回退使用js-sha256库
- 更新依赖包,新增@vueuse/core与js-sha256
2026-08-03 15:35:45 +08:00

44 lines
1.1 KiB
JSON

{
"name": "by-crm-frontend",
"version": "1.0.0",
"description": "泊云智销通前端",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.0",
"@vueuse/core": "^14.4.0",
"axios": "^1.6.0",
"bcryptjs": "^3.0.3",
"dayjs": "^1.11.0",
"element-plus": "^2.5.0",
"js-sha256": "^1.0.0",
"pinia": "^2.1.0",
"pinia-plugin-persistedstate": "^3.2.0",
"vue": "^3.4.0",
"vue-router": "^4.2.0"
},
"devDependencies": {
"@types/bcryptjs": "^3.0.0",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-vue": "^5.0.0",
"eslint": "^8.55.0",
"eslint-plugin-vue": "^9.19.0",
"prettier": "^3.1.0",
"sass": "^1.69.0",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vue-tsc": "^3.2.4"
},
"engines": {
"node": ">=16.0.0",
"pnpm": ">=8.0.0"
}
}