2025-08-30 14:33:49 +08:00
|
|
|
{
|
|
|
|
|
"name": "jiebanke-admin",
|
|
|
|
|
"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",
|
|
|
|
|
"type-check": "vue-tsc --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-08-30 15:29:51 +08:00
|
|
|
"@ant-design/icons-vue": "^6.1.0",
|
2025-09-10 20:55:32 +08:00
|
|
|
"@types/echarts": "^4.9.22",
|
2025-08-30 14:33:49 +08:00
|
|
|
"ant-design-vue": "^4.0.0",
|
|
|
|
|
"axios": "^1.4.0",
|
|
|
|
|
"dayjs": "^1.11.0",
|
2025-09-10 20:55:32 +08:00
|
|
|
"echarts": "^6.0.0",
|
2025-08-30 15:29:51 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
|
"pinia": "^2.1.0",
|
|
|
|
|
"vue": "^3.3.0",
|
|
|
|
|
"vue-router": "^4.2.0"
|
2025-08-30 14:33:49 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/lodash-es": "^4.17.0",
|
|
|
|
|
"@types/node": "^18.0.0",
|
|
|
|
|
"@vitejs/plugin-vue": "^4.2.0",
|
|
|
|
|
"@vue/eslint-config-typescript": "^11.0.0",
|
|
|
|
|
"@vue/tsconfig": "^0.4.0",
|
|
|
|
|
"eslint": "^8.22.0",
|
|
|
|
|
"eslint-plugin-vue": "^9.0.0",
|
2025-08-30 15:29:51 +08:00
|
|
|
"less": "^4.4.1",
|
|
|
|
|
"prettier": "^2.8.0",
|
|
|
|
|
"typescript": "~5.0.0",
|
|
|
|
|
"vite": "^4.3.0",
|
2025-08-31 21:06:52 +08:00
|
|
|
"vite-plugin-html": "^3.2.2",
|
2025-08-30 15:29:51 +08:00
|
|
|
"vue-tsc": "^1.4.0"
|
2025-08-30 14:33:49 +08:00
|
|
|
},
|
|
|
|
|
"browserslist": [
|
|
|
|
|
"> 1%",
|
|
|
|
|
"last 2 versions",
|
|
|
|
|
"not dead"
|
|
|
|
|
]
|
2025-08-30 15:29:51 +08:00
|
|
|
}
|