mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
901 B
JSON
32 lines
901 B
JSON
{
|
|
"name": "ppcp-onboarding",
|
|
"version": "1.0.0",
|
|
"license": "GPL-3.0-or-later",
|
|
"main": "resources/js/order-edit-page.js",
|
|
"browserslist": [
|
|
"> 0.5%",
|
|
"Safari >= 8",
|
|
"Chrome >= 41",
|
|
"Firefox >= 43",
|
|
"Edge >= 14"
|
|
],
|
|
"dependencies": {
|
|
"core-js": "^3.25.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.19",
|
|
"@babel/preset-env": "^7.19",
|
|
"babel-loader": "^8.2",
|
|
"cross-env": "^7.0.3",
|
|
"file-loader": "^6.2.0",
|
|
"sass": "^1.42.1",
|
|
"sass-loader": "^12.1.0",
|
|
"webpack": "^5.76",
|
|
"webpack-cli": "^4.10"
|
|
},
|
|
"scripts": {
|
|
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
|
|
"watch": "cross-env BABEL_ENV=default NODE_ENV=production webpack --watch",
|
|
"dev": "cross-env BABEL_ENV=default webpack --watch"
|
|
}
|
|
}
|