mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add boilerplate for react settings app
This commit is contained in:
parent
53af77897f
commit
9c5d978707
14 changed files with 10671 additions and 2 deletions
12
modules/ppcp-settings/package.json
Normal file
12
modules/ppcp-settings/package.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "ppcp-settings",
|
||||
"version": "1.0.0",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"watch": "wp-scripts start --webpack-src-dir=resources/js --output-path=assets",
|
||||
"build": "wp-scripts build --webpack-src-dir=resources/js --output-path=assets"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^30.3.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue