mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
23 lines
704 B
JSON
23 lines
704 B
JSON
{
|
|
"name": "ppcp-webhooks",
|
|
"version": "1.0.0",
|
|
"license": "GPL-3.0-or-later",
|
|
"main": "resources/js/status-page.js",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/preset-env": "^7.9.5",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"cross-env": "^7.0.3",
|
|
"file-loader": "^6.2.0",
|
|
"node-sass": "^6.0.1",
|
|
"sass-loader": "^12.1.0",
|
|
"webpack": "^5.55.0",
|
|
"webpack-cli": "^4.8.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|