Files
s-ui/frontend/package.json
T
Alireza Ahmadi 96564f1f86 v1.0.0
2024-07-04 22:04:44 +02:00

43 lines
1.1 KiB
JSON

{
"name": "frontend",
"version": "1.0.0",
"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.7.2",
"chart.js": "^4.4.3",
"clipboard": "^2.0.11",
"core-js": "^3.37.1",
"moment": "^2.30.1",
"notivue": "^2.4.4",
"pinia": "^2.1.7",
"qrcode.vue": "^3.4.1",
"roboto-fontface": "^0.10.0",
"vue": "^3.4.31",
"vue-chartjs": "^5.3.1",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0",
"vue3-persian-datetime-picker": "^1.2.2",
"vuetify": "^3.6.10"
},
"devDependencies": {
"@babel/types": "^7.24.7",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
"eslint-plugin-vue": "^9.26.0",
"material-design-icons-iconfont": "^6.7.0",
"sass": "^1.77.6",
"typescript": "^5.5.2",
"unplugin-fonts": "^1.1.1",
"vite": "^5.3.2",
"vite-plugin-vuetify": "^2.0.3",
"vue-tsc": "^2.0.22"
}
}