parent
11b6ee40ce
commit
1e21c0bbea
|
@ -7,7 +7,6 @@
|
|||
"build": "run-p type-check build-only",
|
||||
"preview": "vite preview",
|
||||
"build-only": "vite build --emptyOutDir",
|
||||
"build-light": "vite build --emptyOutDir --mode production",
|
||||
"type-check": "vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -15,10 +14,10 @@
|
|||
"@date-io/date-fns-jalali": "^3.2.0",
|
||||
"@mdi/font": "^7.4.47",
|
||||
"@monaco-editor/loader": "^1.5.0",
|
||||
"@syncfusion/ej2-vue-dropdowns": "^30.2.5",
|
||||
"@tiptap/extension-text-align": "^3.2.0",
|
||||
"@tiptap/starter-kit": "^3.2.0",
|
||||
"@tiptap/vue-3": "^3.2.0",
|
||||
"@syncfusion/ej2-vue-dropdowns": "^29.1.38",
|
||||
"@tiptap/extension-text-align": "^2.11.7",
|
||||
"@tiptap/starter-kit": "^2.11.7",
|
||||
"@tiptap/vue-3": "^2.11.7",
|
||||
"@types/dompurify": "^3.0.5",
|
||||
"@vuelidate/core": "^2.0.3",
|
||||
"@vuelidate/validators": "^2.0.4",
|
||||
|
@ -26,24 +25,22 @@
|
|||
"@zxing/browser": "^0.1.5",
|
||||
"@zxing/library": "^0.21.3",
|
||||
"animate.css": "^4.1.1",
|
||||
"apexcharts": "^5.3.3",
|
||||
"apexcharts": "^4.6.0",
|
||||
"axios": "^1.8.4",
|
||||
"date-fns": "^4.1.0",
|
||||
"date-fns-jalali": "^4.1.0-0",
|
||||
"date-fns-jalali": "^3.2.0-0",
|
||||
"dompurify": "^3.2.6",
|
||||
"downloadjs": "^1.4.7",
|
||||
"file-saver": "^2.0.5",
|
||||
"glob": "^11.0.3",
|
||||
"html5-qrcode": "^2.3.8",
|
||||
"jalali-moment": "^3.3.11",
|
||||
"libphonenumber-js": "^1.12.7",
|
||||
"lodash": "^4.17.21",
|
||||
"marked": "^16.1.0",
|
||||
"maska": "^3.1.1",
|
||||
"maz-ui": "^4.1.6",
|
||||
"maz-ui": "^3.50.1",
|
||||
"monaco-editor": "^0.52.2",
|
||||
"pinia": "^3.0.2",
|
||||
"rimraf": "^6.0.1",
|
||||
"sweetalert2": "^11.4.8",
|
||||
"v-money3": "^3.24.1",
|
||||
"vue": "^3.5.13",
|
||||
|
@ -55,7 +52,7 @@
|
|||
"vue-persian-datetime-picker": "^2.10.4",
|
||||
"vue-qrcode-reader": "^5.7.2",
|
||||
"vue-router": "^4.5.0",
|
||||
"vue-select": "^3.20.4",
|
||||
"vue-select": "^4.0.0-beta.6",
|
||||
"vue-spinner": "^1.0.4",
|
||||
"vue3-apexcharts": "^1.8.0",
|
||||
"vue3-easy-data-table": "^1.5.47",
|
||||
|
@ -70,17 +67,16 @@
|
|||
"devDependencies": {
|
||||
"@types/file-saver": "^2.0.7",
|
||||
"@types/lodash": "^4.17.16",
|
||||
"@types/node": "^24.2.1",
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
"@vitejs/plugin-vue-jsx": "^5.0.1",
|
||||
"@types/node": "^22.14.1",
|
||||
"@vitejs/plugin-vue": "^5.2.3",
|
||||
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"@vue/tsconfig": "^0.7.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"sass": "^1.87.0",
|
||||
"terser": "^5.43.1",
|
||||
"typescript": "^5.8.3",
|
||||
"vite": "^7.1.2",
|
||||
"vue-tsc": "^3.0.5"
|
||||
"vite": "^6.3.2",
|
||||
"vue-tsc": "^2.2.10"
|
||||
},
|
||||
"build:pwa": "vue-cli-service build && workbox generateSW workbox-config.js"
|
||||
}
|
||||
|
|
|
@ -739,7 +739,7 @@ onMounted(() => {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
.v-data-table :deep(.v-data-table__checkbox) {
|
||||
.v-data-table ::v-deep .v-data-table__checkbox {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
|
@ -735,7 +735,7 @@ onMounted(() => {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
.v-data-table :deep(.v-data-table__checkbox) {
|
||||
.v-data-table ::v-deep .v-data-table__checkbox {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
|
@ -14,9 +14,6 @@ export default defineConfig({
|
|||
}),
|
||||
vueJsx()
|
||||
],
|
||||
optimizeDeps: {
|
||||
include: ['vue', 'vue-router', 'vuetify']
|
||||
},
|
||||
resolve: {
|
||||
mainFields: ['browser', 'module', 'main', 'jsnext:main', 'jsnext'],
|
||||
alias: {
|
||||
|
@ -26,17 +23,13 @@ export default defineConfig({
|
|||
build: {
|
||||
outDir: '../public_html/u',
|
||||
chunkSizeWarningLimit: 1600,
|
||||
minify: 'esbuild',
|
||||
rollupOptions: {
|
||||
input: {
|
||||
main: resolve(__dirname, 'index.html')
|
||||
},
|
||||
output: {
|
||||
manualChunks: {
|
||||
vendor: ['vue', 'vue-router'],
|
||||
vuetify: ['vuetify'],
|
||||
charts: ['apexcharts', 'vue3-apexcharts'],
|
||||
utils: ['lodash', 'axios']
|
||||
vendor: ['vue', 'vue-router']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue