mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 7.0.5 and updates ancestor dependencies [serialize-javascript](https://github.com/yahoo/serialize-javascript), [terser-webpack-plugin](https://github.com/webpack/terser-webpack-plugin), [copy-webpack-plugin](https://github.com/webpack/copy-webpack-plugin) and [html-minimizer-webpack-plugin](https://github.com/webpack/html-minimizer-webpack-plugin). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.2 to 7.0.5 - [Release notes](https://github.com/yahoo/serialize-javascript/releases) - [Commits](https://github.com/yahoo/serialize-javascript/compare/v6.0.2...v7.0.5) Updates `terser-webpack-plugin` from 5.3.16 to 5.4.0 - [Release notes](https://github.com/webpack/terser-webpack-plugin/releases) - [Changelog](https://github.com/webpack/terser-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/terser-webpack-plugin/compare/v5.3.16...v5.4.0) Updates `copy-webpack-plugin` from 13.0.1 to 14.0.0 - [Release notes](https://github.com/webpack/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack/copy-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/copy-webpack-plugin/compare/v13.0.1...v14.0.0) Updates `html-minimizer-webpack-plugin` from 5.0.4 to 6.0.0 - [Release notes](https://github.com/webpack/html-minimizer-webpack-plugin/releases) - [Changelog](https://github.com/webpack/html-minimizer-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/html-minimizer-webpack-plugin/compare/v5.0.4...v6.0.0) --- updated-dependencies: - dependency-name: serialize-javascript dependency-version: 7.0.5 dependency-type: indirect - dependency-name: terser-webpack-plugin dependency-version: 5.4.0 dependency-type: direct:development - dependency-name: copy-webpack-plugin dependency-version: 14.0.0 dependency-type: direct:development - dependency-name: html-minimizer-webpack-plugin dependency-version: 6.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
38 lines
1.3 KiB
JSON
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.29.0",
|
|
"@babel/preset-env": "^7.29.0",
|
|
"babel-core": "^7.0.0-beta.3",
|
|
"babel-loader": "^9.2.1",
|
|
"copy-webpack-plugin": "^14.0.0",
|
|
"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": "^6.0.0",
|
|
"html-webpack-plugin": "^5.6.6",
|
|
"terser-webpack-plugin": "^5.4.0",
|
|
"webpack": "^5.105.2",
|
|
"webpack-cli": "^6.0.1"
|
|
},
|
|
"dependencies": {
|
|
"eslint-plugin-html": "^8.1.4",
|
|
"eslint-plugin-prettier": "^5.5.5",
|
|
"jshint": "^2.13.6",
|
|
"prettier-eslint": "^16.4.2",
|
|
"underscore": "^1.13.8",
|
|
"webpack-sources": "^3.3.4"
|
|
}
|
|
} |