mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
# Conflicts: # modules/ppcp-settings/resources/css/_global.scss # modules/ppcp-settings/resources/js/Components/ReusableComponents/OnboardingSettingsToggleBlock.js # modules/ppcp-settings/resources/js/Components/Screens/Onboarding/StepWelcome.js # yarn.lock
19 lines
600 B
JSON
19 lines
600 B
JSON
{
|
|
"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": {
|
|
"@woocommerce/navigation": "~8.1.0",
|
|
"@wordpress/data": "^10.10.0",
|
|
"@wordpress/data-controls": "^4.10.0",
|
|
"@wordpress/scripts": "^30.3.0"
|
|
},
|
|
"dependencies": {
|
|
"@woocommerce/settings": "^1.0.0",
|
|
"react-select": "^5.8.3"
|
|
}
|
|
}
|