Files
scummvm-web/package.json
T
dependabot[bot] 8eb48e6191 Bump sass from 1.98.0 to 1.99.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.98.0 to 1.99.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.98.0...1.99.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.99.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-05 11:54:17 +02:00

16 lines
434 B
JSON

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