mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-11 17:42:29 +00:00
22 lines
647 B
JSON
22 lines
647 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/Without_Number.pug",
|
|
"build:sass": "sass --no-source-map --style compressed Source/Without_Number.scss ./Without_Number.css"
|
|
},
|
|
"devDependencies": {
|
|
"@types/underscore": "^1.10.24",
|
|
"jstransformer-uglify-es": "^0.2.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"pug": "^3.0.0",
|
|
"pug-cli": "^1.0.0-alpha6",
|
|
"sass": "^1.32.8",
|
|
"typescript": "^4.1.5"
|
|
},
|
|
"dependencies": {
|
|
"jq": "^1.7.2"
|
|
}
|
|
}
|