Files
frontend_hmi/package.json

35 lines
856 B
JSON
Raw Normal View History

2025-09-22 17:44:31 +08:00
{
"name": "rd_mes_front_hmi",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"ant-design-vue": "^4.2.6",
"axios": "^1.10.0",
"pinia": "^3.0.3",
"unplugin-vue-components": "^28.7.0",
"vue": "^3.5.13",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.66",
2025-09-22 17:45:53 +08:00
"@types/event-source-polyfill": "^1.0.5",
"@types/js-cookie": "^3.0.6",
2025-09-22 17:44:31 +08:00
"@types/node": "^24.0.3",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
2025-09-22 17:45:53 +08:00
"event-source-polyfill": "^1.0.31",
"js-cookie": "^3.0.5",
2025-09-22 17:44:31 +08:00
"sass-embedded": "^1.89.2",
"typescript": "~5.8.3",
"unplugin-icons": "^22.2.0",
"vite": "^6.3.5",
"vue-tsc": "^2.2.8"
}
}