[FEATURE] Updated Stylings
Some checks failed
Deploy Edge / deploy-edge (push) Failing after 2s
S3 Repo Backup / s3-repo-backup (push) Failing after 3s

This commit is contained in:
Dunemask 2024-08-09 20:17:57 -06:00
parent 5ab6e81d29
commit d24f39bff4
26 changed files with 251 additions and 436 deletions

View file

@ -6,9 +6,11 @@
"author": "Dunemask",
"type": "module",
"scripts": {
"start": "vite --host",
"build:react": "vite build",
"lint": "npx prettier -w src/ index.html vite.config.js"
"start": "vite preview --host",
"start:dev": "vite --host",
"start:analyzer": "USE_ANALYZER=true vite build",
"build": "vite build",
"format": "prettier -w src/ index.html vite.config.js"
},
"browserslist": {
"production": [
@ -25,8 +27,8 @@
"devDependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@vitejs/plugin-react": "4.3.1",
"prettier": "^3.3.3",
"react": "^18.3.1",
@ -34,7 +36,8 @@
"react-icons": "^5.2.1",
"react-material-ui-carousel": "^3.4.2",
"react-router-dom": "^6.26.0",
"vite": "5.3.5"
"vite": "5.4.0",
"vite-bundle-analyzer": "^0.10.5"
},
"dependencies": {
"react-responsive-carousel": "^3.2.23"