32 lines
736 B
JSON
32 lines
736 B
JSON
|
|
{
|
||
|
|
"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",
|
||
|
|
"js-cookie": "^3.0.5",
|
||
|
|
"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",
|
||
|
|
"@types/node": "^24.0.3",
|
||
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
||
|
|
"@vue/tsconfig": "^0.7.0",
|
||
|
|
"sass-embedded": "^1.89.2",
|
||
|
|
"typescript": "~5.8.3",
|
||
|
|
"unplugin-icons": "^22.2.0",
|
||
|
|
"vite": "^6.3.5",
|
||
|
|
"vue-tsc": "^2.2.8"
|
||
|
|
}
|
||
|
|
}
|