39 lines
1010 B
JSON
39 lines
1010 B
JSON
{
|
|
"name": "codeport-admin",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "CodePort 码头 - 人才外包平台管理后台",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons-vue": "^7.0.1",
|
|
"@types/echarts": "^4.9.22",
|
|
"@vue-flow/background": "^1.3.2",
|
|
"@vue-flow/controls": "^1.1.3",
|
|
"@vue-flow/core": "^1.48.0",
|
|
"@vue-flow/minimap": "^1.5.4",
|
|
"ant-design-vue": "^4.2.6",
|
|
"axios": "^1.13.2",
|
|
"echarts": "^6.0.0",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.24",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.2.412",
|
|
"@types/node": "^24.10.1",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"typescript": "~5.9.3",
|
|
"unplugin-auto-import": "^20.3.0",
|
|
"unplugin-icons": "^22.5.0",
|
|
"unplugin-vue-components": "^30.0.0",
|
|
"vite": "^7.2.4",
|
|
"vue-tsc": "^3.1.4"
|
|
}
|
|
}
|