Files
roll20-character-sheets/Pathfinder Community/dev/package.json
T
dependabot[bot] 3de28b6e40 Bump webpack from 5.103.0 to 5.105.0 in /Pathfinder Community/dev
Bumps [webpack](https://github.com/webpack/webpack) from 5.103.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.103.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-05 23:12:19 +00:00

38 lines
1.3 KiB
JSON

{
"name": "pathfinder-character-sheet",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"postinstall": "curl https://raw.githubusercontent.com/shdwjk/TheAaronSheet/master/TheAaronSheet.js -o ./src/TheAaronSheet.cjs",
"build": "cross-env NODE_ENV=development webpack --watch --config webpack.config.js",
"dev": "cross-env NODE_ENV=development webpack --watch --config webpack.config.js",
"prod": "cross-env NODE_ENV=production webpack --config webpack.config.js"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"babel-core": "^7.0.0-beta.3",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^13.0.1",
"cross-env": "^7.0.3",
"extract-loader": "^4.0.3",
"file-loader": "^6.2.0",
"html-inline-script-webpack-plugin": "^3.2.1",
"html-loader": "^5.1.0",
"html-minifier-terser": "^7.2.0",
"html-minimizer-webpack-plugin": "^5.0.3",
"html-webpack-plugin": "^5.6.5",
"terser-webpack-plugin": "^5.3.14",
"webpack": "^5.105.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"eslint-plugin-html": "^8.1.3",
"eslint-plugin-prettier": "^5.5.4",
"jshint": "^2.13.6",
"prettier-eslint": "^16.4.2",
"underscore": "^1.13.7",
"webpack-sources": "^3.3.3"
}
}