-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 945 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 945 Bytes
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
{
"name": "merchi-wordpress-plugin",
"version": "1.0.0",
"description": "Merchi WordPress Plugin",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch"
},
"dependencies": {
"@stripe/react-stripe-js": "^3.7.0",
"@stripe/stripe-js": "^7.3.0",
"countries-and-timezones": "^3.8.0",
"libphonenumber-js": "^1.12.9",
"merchi_checkout": "^1.1.0",
"merchi_sdk_js": "latest",
"react": "^18.3.1",
"react-country-region-selector": "^4.0.2",
"react-country-state-city": "^1.1.12",
"react-dom": "^18.3.1",
"react-hook-form": "^7.56.4",
"react-phone-input-2": "^2.15.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.27.1",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"style-loader": "^4.0.0",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}