-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 KB
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
39
40
41
42
43
44
45
46
47
{
"name": "wc-mnm-interactivity-api",
"version": "1.0.0-alpha.1",
"description": "A block pattern for Mix and Match using iAPI.",
"author": "helgatheviking",
"license": "GPL-3.0-or-later",
"main": "build/index.js",
"files": [
"assets/",
"build/",
"languages/",
"includes/",
"templates/",
"*.php",
"changelog.*",
"license.*",
"readme.*"
],
"scripts": {
"build": "wp-scripts build --experimental-modules --blocks-manifest",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:php": "composer run phpcs",
"makepot": "composer run-script makepot",
"packages-update": "wp-scripts packages-update",
"release": "npm run replace && npm run build && npm run makepot && npm run zip",
"replace": "node bin/update-version.mjs",
"start": "wp-scripts start --experimental-modules --blocks-manifest",
"zip": "bash bin/build-and-zip.sh"
},
"dependencies": {
"@wordpress/api-fetch": "^7.33.0",
"@wordpress/data": "^10.33.0",
"@wordpress/icons": "^11.0.0",
"@wordpress/interactivity": "^6.33.0",
"dompurify": "^3.3.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@woocommerce/dependency-extraction-webpack-plugin": "^4.0.0",
"@woocommerce/eslint-plugin": "^2.3.0",
"@wordpress/scripts": "^30.26.0",
"husky": "^9.1.7",
"replace-in-file": "^8.3.0"
}
}