Files
scummvm-web/package.json
T
dependabot[bot] 2ef545a247 Bump postcss in the patch-releases group across 1 directory
Bumps the patch-releases group with 1 update in the / directory: [postcss](https://github.com/postcss/postcss).


Updates `postcss` from 8.5.1 to 8.5.2
- [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.5.1...8.5.2)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-releases
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-15 17:10:53 +01:00

15 lines
371 B
JSON

{
"name": "scummvm-web",
"description": "ScummVM.org main site",
"version": "1.0.0",
"dependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.5.2",
"sass": "^1.85"
},
"scripts": {
"postinstall": "(cd dumper-companion && npm ci --omit=dev && npm run build) && node build.js",
"scss:watch": "sass --watch ./scss:./public_html/css"
}
}