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

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 09:37:56 +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.76.0",
"webpack-cli": "^5.0.1",
"node-sass": "^7.0.3"
},
"dependencies": {}
}