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