69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"name": "bank-management-frontend",
|
|
"version": "1.0.0",
|
|
"description": "银行管理后台系统前端界面",
|
|
"author": "Bank Development Team",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"vue3",
|
|
"vite",
|
|
"ant-design-vue",
|
|
"echarts",
|
|
"pinia",
|
|
"banking",
|
|
"admin-dashboard"
|
|
],
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=8.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"preview": "vite preview --port 5300",
|
|
"lint": "eslint . --ext .vue,.js,.ts --fix",
|
|
"lint:check": "eslint . --ext .vue,.js,.ts",
|
|
"type-check": "vue-tsc --noEmit",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:coverage": "vitest --coverage",
|
|
"clean": "rimraf dist node_modules/.vite",
|
|
"analyze": "vite-bundle-analyzer dist/stats.html",
|
|
"deploy": "npm run build && npm run preview"
|
|
},
|
|
"dependencies": {
|
|
"ant-design-vue": "^4.0.6",
|
|
"axios": "^1.6.2",
|
|
"echarts": "^5.4.3",
|
|
"file-saver": "^2.0.5",
|
|
"moment": "^2.29.4",
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.4.15",
|
|
"vue-router": "^4.2.5",
|
|
"xlsx": "^0.18.5",
|
|
"@ant-design/icons-vue": "^7.0.1",
|
|
"dayjs": "^1.11.10",
|
|
"lodash-es": "^4.17.21",
|
|
"nprogress": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"vite": "^5.0.10",
|
|
"@types/node": "^20.10.5",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
"@typescript-eslint/parser": "^6.14.0",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"eslint": "^8.55.0",
|
|
"eslint-plugin-vue": "^9.19.2",
|
|
"rimraf": "^5.0.5",
|
|
"typescript": "^5.3.3",
|
|
"vite-bundle-analyzer": "^0.7.0",
|
|
"vitest": "^1.0.4",
|
|
"@vitest/ui": "^1.0.4",
|
|
"@vitest/coverage-v8": "^1.0.4",
|
|
"vue-tsc": "^1.8.25"
|
|
}
|
|
} |