filesharing/package.json
dependabot[bot] 787ea8a932
Bump postcss from 8.4.23 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.23...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
...

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

22 lines
508 B
JSON

{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"axios": "^1.1.2",
"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.31",
"tailwindcss": "^3.3.2"
}
}