-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.96 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "kathamo",
"version": "1.0.0",
"description": "WordPress plugin starter",
"main": "index.js",
"scripts": {
"build": "vite build --mode production",
"dev": "vite build --watch --mode development",
"make-pot": "wp i18n make-pot . languages/hex-coupon-for-woocommerce.pot --exclude=vendor --exclude=build --exclude=node_modules"
},
"author": {
"name": "Keramot UL Islam [AbmSourav]",
"email": "[email protected]",
"url": "https://abmsourav.com"
},
"contributors": [
{
"name": "Keramot UL Islam [AbmSourav]",
"email": "[email protected]"
},
{
"name": "CodesVault",
"email": "[email protected]",
"url": "https://github.com/CodesVault"
}
],
"license": "GPL-2.0",
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"@woocommerce/block-library": "^2.3.0",
"@woocommerce/dependency-extraction-webpack-plugin": "^2.2.0",
"@woocommerce/eslint-plugin": "^2.2.0",
"@wordpress/blocks": "^12.6.0",
"@wordpress/components": "^23.8.0",
"@wordpress/scripts": "^26.0.0",
"autoprefixer": "^10.4.19",
"node-sass": "^9.0.0",
"postcss": "^8.4.38",
"postcss-import": "^15.1.0",
"sass": "^1.63.3",
"tailwindcss": "^3.4.3",
"vite": "^4.3.9",
"vite-plugin-babel": "^1.1.3"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.17",
"@tabler/icons-react": "^2.40.0",
"@wordpress/i18n": "^4.45.0",
"@wordpress/react-i18n": "^3.43.0",
"axios": "^1.5.0",
"chart.js": "^4.3.3",
"flatpickr": "^4.6.13",
"path": "^0.12.7",
"postcss-cli": "^11.0.0",
"react": "^18.0.0",
"react-chartjs-2": "^5.2.0",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-paginate": "^8.2.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.15.0",
"react-select": "^5.7.4",
"react-toastify": "^10.0.5",
"select2": "^4.1.0-rc.0",
"sweetalert2": "^11.10.3"
}
}