mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
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>
17 lines
396 B
JSON
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": {}
|
|
}
|