ui_migration refactor(build) reduce chuncking size

This commit is contained in:
Antonio Anaya 2026-05-07 09:54:49 +00:00 committed by Joe Knapper
parent 964a907edc
commit b2d31f6172
14 changed files with 483 additions and 458 deletions

View file

@ -24,8 +24,7 @@
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"uikit": "^3.24.2",
"vue": "^3.4.0",
"vue-router": "4.0.0"
"vue": "^3.4.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.28.5",
@ -34,13 +33,13 @@
"autoprefixer": "^10.4.24",
"core-js": "^3.46.0",
"eslint": "^9.39.2",
"eslint-plugin-pinia": "^0.4.2",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-vue": "^9.20.0",
"eslint-plugin-pinia": "^0.4.2",
"typescript-eslint": "^8.59.0",
"less": "^4.5.1",
"material-symbols": "^0.39.1",
"prettier": "^3.2.8",
"typescript-eslint": "^8.59.0",
"vite": "^7.3.1"
},
"postcss": {