40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "woocommerce-product-stock-alert",
|
|
"version": "1.0.0",
|
|
"description": "=== WooCommerce Product Stock Alert ===",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "wp-scripts build",
|
|
"start": "wp-scripts start"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/multivendorx/woocommerce-product-stock-alert.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/multivendorx/woocommerce-product-stock-alert/issues"
|
|
},
|
|
"homepage": "https://github.com/multivendorx/woocommerce-product-stock-alert#readme",
|
|
"devDependencies": {
|
|
"@wordpress/scripts": "^25.5.1"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/material": "^5.12.3",
|
|
"axios": "^1.4.0",
|
|
"react-csv": "^2.2.2",
|
|
"react-data-table-component": "^7.5.3",
|
|
"react-router-dom": "^6.11.1",
|
|
"react-select": "^5.7.4",
|
|
"react-spinners": "^0.13.8",
|
|
"rsuite": "^5.37.3"
|
|
}
|
|
}
|