Files
dependabot[bot] edc23eb4e8 Bump pug from 3.0.0 to 3.0.3 in /Stars_Without_Number_Revised
Bumps [pug](https://github.com/pugjs/pug) from 3.0.0 to 3.0.3.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/pug@3.0.0...pug@3.0.3)

---
updated-dependencies:
- dependency-name: pug
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 17:36:04 +00:00

19 lines
645 B
JSON

{
"scripts": {
"dev": "tsc && run-p --race \"build:ts -- -w\" \"build:pug -- -w\" \"build:sass -- --watch\"",
"build": "tsc && run-p --race build:pug build:sass",
"build:ts": "tsc",
"build:pug": "pug -o . Source/Stars_Without_Number_Revised.pug",
"build:sass": "sass --no-source-map --style compressed Source/Stars_Without_Number_Revised.scss ./Stars_Without_Number_Revised.css"
},
"devDependencies": {
"@types/underscore": "^1.10.24",
"jstransformer-uglify-es": "^0.2.1",
"npm-run-all": "^4.1.5",
"pug": "^3.0.3",
"pug-cli": "^1.0.0-alpha6",
"sass": "^1.32.8",
"typescript": "^4.1.5"
}
}