-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 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
37
38
{
"name": "ledyer-checkout-for-woocommerce",
"version": "1.0.0",
"private": true,
"description": "Ledyer Checkout payment gateway for WooCommerce",
"author": "Maksimer AS",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress"
],
"scripts": {
"watch": "wp-scripts start",
"build": "wp-scripts build",
"start": "npm run watch",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"check-engines": "wp-scripts check-engines"
},
"dependencies": {
"smoothscroll-polyfill": "0.4.4"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/github": "10.0.6",
"@semantic-release/release-notes-generator": "14.0.0",
"@wordpress/scripts": "28.0.0",
"css-loader": "7.1.2",
"file-loader": "6.2.0",
"husky": "9.0.11",
"semantic-release-export-data": "1.0.1",
"semantic-release-plugin-update-version-in-files": "1.1.0",
"url-loader": "4.1.1"
}
}