Files
nl-tcm-agent-admin/package.json
2026-08-15 12:52:39 +08:00

27 lines
557 B
JSON

{
"name": "nl-tcm-agent-admin",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@tailwindcss/vite": "^4.1.4",
"ant-design-vue": "^4.1.1",
"axios": "^1.6.2",
"echarts": "^5.5.0",
"pinia": "^2.1.7",
"tailwindcss": "^4.1.4",
"vue": "^3.5.13",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.2",
"vite": "^6.3.1"
}
}