LeagueStats/client
dependabot[bot] b9fc22b26d
chore(deps): bump glob and tailwindcss in /client
Removes [glob](https://github.com/isaacs/node-glob). It's no longer used after updating ancestor dependency [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss). These dependencies need to be updated together.


Removes `glob`

Updates `tailwindcss` from 3.4.16 to 4.1.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.17/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: glob
  dependency-version: 
  dependency-type: indirect
- dependency-name: tailwindcss
  dependency-version: 4.1.17
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-18 02:42:39 +00:00
..
public fix: ok another try 2023-10-10 22:16:33 +02:00
src fix: size of league name and spacing (#100) 2025-10-20 17:11:35 +02:00
.eslintignore feat: replace old client folder 2023-09-20 22:01:43 +02:00
.eslintrc.js feat: replace old client folder 2023-09-20 22:01:43 +02:00
.gitignore feat: replace old client folder 2023-09-20 22:01:43 +02:00
.prettierignore feat: replace old client folder 2023-09-20 22:01:43 +02:00
.prettierrc.js style: sort all tailwind classes with prettier plugin 2023-09-21 12:52:17 +02:00
babel.config.js feat: replace old client folder 2023-09-20 22:01:43 +02:00
index.html feat: use absolute url for plausible script to prevent error in dev mode 2023-10-11 20:14:27 +02:00
package-lock.json chore(deps): bump glob and tailwindcss in /client 2025-11-18 02:42:39 +00:00
package.json chore(deps): bump glob and tailwindcss in /client 2025-11-18 02:42:39 +00:00
postcss.config.js chore: small changes 2023-09-20 22:04:57 +02:00
README.md feat: replace old client folder 2023-09-20 22:01:43 +02:00
tailwind.config.js feat: replace custom-forms tailwind plugin by forms 2023-09-21 12:45:52 +02:00
vite.config.js fix: tmp remove vite eslint plugin 2023-09-20 22:18:51 +02:00

LeagueStats Frontend

Project setup

npm install

Compile and hot-reload for development

npm run dev

Compile and minify for production

npm run build

Test the production build locally

npm run preview

Lint files

npm run lint

Format files

npm run format