forked from multivendorx/woocommerce-product-stock-alert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "woocommerce-product-stock-manager",
"version": "2.0.0",
"description": "=== WooCommerce Product Stock Manager ===",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"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",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.7",
"@tinymce/tinymce-react": "^5.1.1",
"@wordpress/react-i18n": "^3.56.0",
"@wordpress/scripts": "^29.0.0",
"axios": "^1.7.7",
"google-map-react": "^2.2.1",
"react": "^18.3.1",
"react-csv": "^2.2.2",
"react-data-table-component": "^7.6.2",
"react-date-range": "^2.0.1",
"react-dom": "^18.3.1",
"react-drag-listview": "^2.0.0",
"react-draggable": "^4.4.6",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"react-multi-date-picker": "^4.5.2",
"react-query": "^3.39.3",
"react-router-dom": "^6.26.1",
"react-select": "^5.8.0",
"react-sortablejs": "^6.1.4",
"react-spinners": "^0.13.8",
"react-table": "^7.8.0",
"recharts": "^2.12.7",
"ws": "^8.18.0"
}
}