Refactor views and CSS

This commit is contained in:
James Cole
2024-03-09 12:11:06 +01:00
parent 46a60af966
commit 0ff405d1e0
16 changed files with 867 additions and 461 deletions

View File

@@ -3,11 +3,13 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
"build": "vite build",
"postinstall": "patch-package"
},
"devDependencies": {
"axios": "^1.6.3",
"laravel-vite-plugin": "^0.8.1",
"patch-package": "^8.0.0",
"sass": "^1.69.6",
"vite": "^4.5.2",
"vite-plugin-manifest-sri": "^0.1.0"
@@ -19,6 +21,7 @@
"@ag-grid-community/styles": "^31.0.3",
"@fortawesome/fontawesome-free": "^6.4.0",
"@popperjs/core": "^2.11.8",
"admin-lte": "^4.0.0-alpha3",
"alpinejs": "^3.13.3",
"bootstrap": "^5.3.0",
"bootstrap5-autocomplete": "^1.1.22",