Files
s-ui/frontend/package.json
T

43 lines
1.1 KiB
JSON
Raw Normal View History

2026-05-10 06:41:44 +00:00
{
"name": "s-ui-frontend",
"version": "1.4.1",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "7.4.47",
"axios": "^1.14.0",
"chart.js": "^4.5.1",
"clipboard": "^2.0.11",
"core-js": "^3.49.0",
"moment": "^2.30.1",
"notivue": "^2.4.5",
"pinia": "^3.0.4",
"qrcode.vue": "^3.8.0",
"roboto-fontface": "^0.10.0",
"vue": "^3.5.31",
"vue-chartjs": "^5.3.3",
"vue-i18n": "^11.3.0",
"vue-router": "^5.0.4",
"vue3-persian-datetime-picker": "^1.2.2",
"vuetify": "^4.0.4",
"yaml": "^2.8.3"
},
"devDependencies": {
"@babel/types": "^7.29.0",
"@types/node": "^25.5.0",
"@vitejs/plugin-vue": "^6.0.5",
"eslint-plugin-vue": "^10.8.0",
"material-design-icons-iconfont": "^6.7.0",
"sass": "^1.98.0",
"typescript": "^6.0.2",
"vite": "^8.0.3",
"vite-plugin-vuetify": "^2.1.3",
"vue-tsc": "^3.2.6"
}
}