update the config
All checks were successful
Build and Deploy LSFE Frontend / build-and-deploy (push) Successful in 2m43s

This commit is contained in:
rowell_m_soriano 2026-07-30 15:57:52 +08:00
parent 97223b5b3e
commit 6ae0709878
3 changed files with 2060 additions and 1643 deletions

3691
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -44,8 +44,7 @@
"@typescript-eslint/parser": "^8.44.0",
"@vitejs/plugin-react": "^5.0.2",
"autoprefixer": "^10.4.21",
"baseline-browser-mapping": "^2.8.31",
"eslint": "^9.36.0",
"baseline-browser-mapping": "^2.11.7",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react-hooks": "^5.2.0",

View File

@ -1,4 +1,7 @@
/** @type {import('tailwindcss').Config} */
import forms from '@tailwindcss/forms'
import typography from '@tailwindcss/typography'
export default {
content: [
"./index.html",
@ -27,7 +30,7 @@ export default {
},
},
plugins: [
require('@tailwindcss/forms'),
require('@tailwindcss/typography'),
forms,
typography,
],
}