-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 859 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 859 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": "pagbank-connect",
"title": "PagBank Connect Payments",
"version": "1.0.0",
"author": "Ricardo Martins",
"license": "GPL-3.0+",
"keywords": [],
"engines": {
"node": "^20.12.0",
"npm": "^10.5.0"
},
"devDependencies": {
"@woocommerce/dependency-extraction-webpack-plugin": "^2.2.0",
"@woocommerce/eslint-plugin": "^2.2.0",
"@wordpress/scripts": "^29.0.0",
"cross-env": "7.0.3",
"css-minimizer-webpack-plugin": "^5.0.1",
"jshint": "^2.13.5",
"minify": "^7.2.2",
"webpack-cli": "^5.1.4",
"wp-pot": "^1.10.2"
},
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"packages-update": "wp-scripts packages-update",
"check-engines": "wp-scripts check-engines"
},
"dependencies": {
"react-hook-form": "^7.53.0",
"use-mask-input": "^3.4.0"
}
}