-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 1.68 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
{
"name": "alma-woocommerce-gateway",
"version": "1.0.0",
"description": "- Contributors: almapayments, olance, francois-gomis, clairealma - Tags: payments, payment gateway, woocommerce, ecommerce, e-commerce, sell, woo commerce, alma, monthly payments, split payments - Requires at least Wordpress: 4.4 - Requires at least Woocommerce: 3.0.0 - Tested up to Wordpress: 6.3.2 - Tested up to Woocommerce: 8.2.1 - Requires PHP: 5.6 - Stable tag: 5.1.4 - License: GPLv3 - License URI: https://www.gnu.org/licenses/gpl-3.0.html - Support: [email protected] - Documentation: https://docs.almapay.com/docs/woocommerce",
"main": "src/assets/js/alma-checkout-blocks.js",
"scripts": {
"start": "wp-scripts start --webpack-src-dir=src/assets/js/blocks",
"build": "wp-scripts build --webpack-src-dir=src/assets/js/blocks",
"format": "wp-scripts format --webpack-src-dir=src/assets/js/blocks",
"lint:css": "wp-scripts lint-style --webpack-src-dir=src/assets/js/blocks",
"lint:js": "wp-scripts lint-js --webpack-src-dir=src/assets/js/blocks"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alma/alma-woocommerce-gateway.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alma/alma-woocommerce-gateway/issues"
},
"homepage": "https://github.com/alma/alma-woocommerce-gateway#readme",
"devDependencies": {
"@babel/preset-react": "^7.23.3",
"@wordpress/data": "^9.24.0",
"@wordpress/element": "^5.29.0",
"@wordpress/scripts": "^27.2.0",
"css-loader": "^6.10.0",
"style-loader": "^3.3.4"
},
"dependencies": {
"@alma/react-components": "^2.37.1",
"postcss": "^8.4.35",
"react-intl": "^6.6.2"
}
}