Files
roll20-character-sheets/GammaWorld3e/package.json
T
dependabot[bot] e949ad1fd2 Bump webpack from 5.94.0 to 5.105.0 in /GammaWorld3e
Bumps [webpack](https://github.com/webpack/webpack) from 5.94.0 to 5.105.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.105.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-07 17:41:15 +00:00

17 lines
396 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.105.0",
"webpack-cli": "^5.0.1",
"node-sass": "^9.0.0"
},
"dependencies": {}
}