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>
80 lines
1.9 KiB
JSON
80 lines
1.9 KiB
JSON
{
|
|
"name": "iview-admin",
|
|
"version": "2.0.0",
|
|
"author": "Lison<lison16new@163.com>",
|
|
"private": false,
|
|
"scripts": {
|
|
"dev": "vue-cli-service serve --open",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"test:e2e": "vue-cli-service test:e2e"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/vue": "^9.42.0",
|
|
"axios": "^1.11.0",
|
|
"clipboard": "^2.0.0",
|
|
"codemirror": "^5.38.0",
|
|
"countup": "^1.8.2",
|
|
"cropperjs": "^1.2.2",
|
|
"dayjs": "^1.7.7",
|
|
"echarts": "^5.6.0",
|
|
"glob": "^8.1.0",
|
|
"html2canvas": "^1.0.0-alpha.12",
|
|
"js-cookie": "^3.0.5",
|
|
"mitt": "^3.0.1",
|
|
"primeicons": "^7.0.0",
|
|
"primevue": "^4.3.6",
|
|
"simplemde": "^1.11.2",
|
|
"socket.io-client": "^4.8.1",
|
|
"sortablejs": "^1.7.0",
|
|
"tree-table-vue": "^1.1.0",
|
|
"v-click-outside": "^3.2.0",
|
|
"view-ui-plus": "^1.3.1",
|
|
"vue": "^3.5.22",
|
|
"vue-i18n": "^9.14.1",
|
|
"vue-router": "^4.4.5",
|
|
"vue3-tree-org": "^4.2.2",
|
|
"vuedraggable": "^4.1.0",
|
|
"vuex": "^4.1.0",
|
|
"wangeditor": "^3.1.1",
|
|
"xlsx": "^0.13.3"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.54.1",
|
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
"@vue/cli-plugin-eslint": "^5.0.8",
|
|
"@vue/cli-plugin-unit-mocha": "^5.0.8",
|
|
"@vue/cli-service": "^5.0.8",
|
|
"@vue/compiler-sfc": "^3.5.22",
|
|
"@vue/eslint-config-standard": "^8.0.1",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"chai": "^4.1.2",
|
|
"eslint-plugin-cypress": "^2.0.1",
|
|
"less": "^4.2.0",
|
|
"less-loader": "^12.2.0",
|
|
"lint-staged": "^15.2.10",
|
|
"mockjs": "^1.0.1-beta3",
|
|
"playwright": "^1.54.1",
|
|
"puppeteer-core": "^24.15.0"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
],
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
],
|
|
"*.vue": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|