Some checks failed
Deploy / deploy (push) Has been cancelled
Full-stack web application for Telegram management - Frontend: Vue 3 + Vben Admin - Backend: NestJS - Features: User management, group broadcast, statistics 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"name": "marketing-agent-frontend",
|
|
"version": "1.0.0",
|
|
"description": "Frontend management interface for Telegram Marketing Agent System",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:analyze": "vite build --mode analyze",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx --fix",
|
|
"format": "prettier --write src/",
|
|
"lighthouse": "lighthouse http://localhost:3008 --output html --output-path ./lighthouse-report.html",
|
|
"lighthouse:ci": "lighthouse http://localhost:3008 --output json --output-path ./lighthouse-report.json --chrome-flags='--headless'",
|
|
"test:performance": "npm run build && npm run preview & sleep 5 && npm run lighthouse:ci"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"axios": "^1.6.5",
|
|
"chart.js": "^4.4.1",
|
|
"date-fns": "^4.1.0",
|
|
"dayjs": "^1.11.10",
|
|
"element-plus": "^2.4.4",
|
|
"lodash-es": "^4.17.21",
|
|
"pinia": "^2.1.7",
|
|
"socket.io-client": "^4.6.0",
|
|
"vue": "^3.4.15",
|
|
"vue-chartjs": "^5.3.0",
|
|
"vue-i18n": "^9.9.0",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-vue": "^9.20.1",
|
|
"lighthouse": "^11.4.0",
|
|
"postcss": "^8.4.33",
|
|
"prettier": "^3.2.4",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"sass": "^1.70.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"unplugin-auto-import": "^0.17.3",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.0.11",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-imagemin": "^0.6.1",
|
|
"workbox-webpack-plugin": "^7.0.0"
|
|
}
|
|
}
|