mirror of
https://github.com/flarum/framework.git
synced 2024-12-11 13:05:50 +08:00
13e655aca5
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:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32 lines
943 B
JSON
32 lines
943 B
JSON
{
|
|
"name": "flarum-webpack-config",
|
|
"version": "2.0.1",
|
|
"description": "Webpack config for Flarum JS and TS transpilation.",
|
|
"main": "index.js",
|
|
"author": "Flarum Team",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"webpack": "^5.76.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.16.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
"@babel/plugin-proposal-private-methods": "^7.16.0",
|
|
"@babel/plugin-transform-object-assign": "^7.16.0",
|
|
"@babel/plugin-transform-react-jsx": "^7.16.0",
|
|
"@babel/plugin-transform-runtime": "^7.16.0",
|
|
"@babel/preset-env": "^7.16.0",
|
|
"@babel/preset-react": "^7.16.0",
|
|
"@babel/preset-typescript": "^7.16.0",
|
|
"@babel/runtime": "^7.16.0",
|
|
"babel-loader": "^8.2.3",
|
|
"typescript": "^4.4.4",
|
|
"webpack": "^5.76.0",
|
|
"webpack-bundle-analyzer": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.4.1"
|
|
},
|
|
"packageManager": "yarn@3.1.0"
|
|
}
|