mirror of
https://github.com/scummvm/scummvm-web.git
synced 2026-05-21 05:40:47 +00:00
e6cd0d416e
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>
16 lines
407 B
JSON
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"
|
|
}
|
|
}
|