Files
roll20-character-sheets/Troika/package.json
T
morgdalaine d528a226d9 Add translation support
Some roll template text is dynamic and was not included
2023-01-20 13:33:32 -06:00

26 lines
780 B
JSON

{
"name": "troika",
"version": "1.0.3",
"description": "Troika! RPG Character Sheet",
"scripts": {
"start": "run-p compile:* autoprefix",
"compile:sass": "npx sass ./Troika.scss ./Troika.css --watch --no-source-map --no-charset",
"compile:pug": "npx pug3 ./Troika.pug -o ./ -w -P",
"autoprefix": "npx postcss Troika.css -o Troika.css --use autoprefixer --watch --verbose --no-map"
},
"license": "MIT",
"devDependencies": {
"@anduh/pug-cli": "^1.0.0-alpha8",
"@prettier/plugin-pug": "^2.3.0",
"autoprefixer": "^10.4.7",
"npm-run-all": "^4.1.5",
"npm-watch": "^0.11.0",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
"prettier": "^2.8.0",
"pug": "^3.0.2",
"pug-cli": "^1.0.0-alpha6",
"sass": "^1.56.1"
}
}