filesharing/package.json
dependabot[bot] 1eadac12a9
Bump axios from 1.3.6 to 1.6.0
Bumps [axios](https://github.com/axios/axios) from 1.3.6 to 1.6.0.
- [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.3.6...v1.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-10 16:01:35 +00:00

22 lines
508 B
JSON

{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"axios": "^1.6.0",
"laravel-vite-plugin": "^0.7.2",
"vite": "^4.3.9"
},
"dependencies": {
"alpinejs": "^3.12.0",
"autoprefixer": "^10.4.14",
"dropzone": "^6.0.0-beta.2",
"global": "^4.4.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}