by-crm/frontend/package.json
2026-01-23 17:20:52 +08:00

40 lines
1.0 KiB
JSON

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