Files
scummvm-web/package.json
T
dependabot[bot] e6cd0d416e Bump postcss from 8.3.6 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.6 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.3.6...8.4.31)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-03 21:08:29 +00:00

16 lines
407 B
JSON

{
"name": "scummvm-web",
"description": "ScummVM.org main site",
"version": "1.0.0",
"dependencies": {
"autoprefixer": "^10.3.2",
"dumper-companion": "file:dumper-companion",
"postcss": "^8.4.31",
"sass": "1.38.1"
},
"scripts": {
"postinstall": "cd dumper-companion && npm run build && cd .. && node build.js",
"scss:watch": "sass --watch ./scss:./public_html/css"
}
}