Files
HeimerdingerLoL/package.json
dependabot[bot] b9ae95f85d build(deps-dev): bump axios in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [axios](https://github.com/axios/axios).


Updates `axios` from 1.7.4 to 1.8.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.4...v1.8.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-09 07:29:54 +00:00

30 lines
826 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"dev-laravel": "php artisan serve",
"dev-node": "npm run dev",
"dev-all": "npm-run-all -p dev-laravel dev-node",
"laravel-pint": "./vendor/bin/pint"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"axios": "^1.8.2",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"terser": "^5.28.1",
"vite": "^6.2.0"
},
"dependencies": {
"chokidar": "^3.5.3",
"flowbite": "^2.0.0",
"npm-run-all": "^4.1.5",
"tailwind-capitalize-first-letter": "^1.0.4"
}
}