mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
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>
19 lines
645 B
JSON
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"
|
|
}
|
|
}
|