Files
roll20-character-sheets/GammaWorld3e/package.json
T
dependabot[bot] d4ca493471 Bump webpack from 5.76.0 to 5.94.0 in /GammaWorld3e
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.76.0...v5.94.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-30 10:46:10 +00:00

17 lines
395 B
JSON

{
"name": "roll20-charactersheet-gw3",
"version": "0.0.1",
"scripts": {
"pug": "pug src/sheet.pug -o . -P",
"pug-watch": "pug -w src/sheet.pug -o . -P",
"scss": "node-sass src/scss -o .",
"scss-watch": "node-sass --watch src/scss -o ."
},
"devDependencies": {
"webpack": "^5.94.0",
"webpack-cli": "^5.0.1",
"node-sass": "^9.0.0"
},
"dependencies": {}
}