-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 1 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
{
"name": "woo-pagarme-payments",
"version": "3.4.2",
"description": "Pagar.me module for Woocommerce",
"main": "woo-pagarme-payments.php",
"devDependencies": {
"@woocommerce/dependency-extraction-webpack-plugin": "*",
"@wordpress/components": "^26.0.0",
"@wordpress/data": "^9.22.0",
"@wordpress/i18n": "^4.55.0",
"@wordpress/scripts": "^19.2.4",
"grunt": "^1.0.1",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-wp-i18n": "^1.0.0",
"load-grunt-config": "^4.0.1",
"load-grunt-tasks": "^3.5.2",
"node-wp-i18n": "^1.2.0",
"prop-types": "^15.8.1",
"react-input-mask": "^2.0.4",
"time-grunt": "^1.4.0"
},
"scripts": {
"makepot": "yarn wpi18n makepot --exclude=node_modules,vendor",
"build": "wp-scripts build",
"start": "wp-scripts start"
},
"dependencies": {
"@google-pay/button-react": "^3.1.0"
}
}