| 1 |
{ |
| 2 |
"name": "woocommerce-imoje", |
| 3 |
"private": true, |
| 4 |
"scripts": { |
| 5 |
"build": "wp-scripts build --config webpack.config.js", |
| 6 |
"start": "wp-scripts start --config webpack.config.js" |
| 7 |
}, |
| 8 |
"devDependencies": { |
| 9 |
"@wordpress/scripts": "^31.8.0" |
| 10 |
}, |
| 11 |
"dependencies": { |
| 12 |
"@woocommerce/dependency-extraction-webpack-plugin": "^4.0.0", |
| 13 |
"@wordpress/element": "^6.43.0" |
| 14 |
} |
| 15 |
} |
| 16 |
|