-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1013 Bytes
/
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
{
"name": "iyzico-woocommerce",
"version": "3.5.5",
"description": "iyzico Payment Gateway For WooCommerce",
"main": "src/index.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start"
},
"keywords": [
"iyzico"
],
"author": "iyzico",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@wordpress/scripts": "^30.0.2",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.4"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.7",
"@wordpress/api-fetch": "^7.3.0",
"@wordpress/dom-ready": "^4.2.0",
"@wordpress/element": "^6.2.0",
"@wordpress/i18n": "^5.8.0",
"@wordpress/react-i18n": "^4.8.0",
"lucide-react": "^0.407.0",
"react": "^18.3.1",
"react-feather": "^2.0.10",
"recharts": "^2.12.7",
"webpack": "^5.92.1"
}
}