-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.52 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@nielslange/free-shipping-progress-bar-block",
"title": "Free Shipping Progress Bar Block",
"author": "Automattic",
"version": "0.1.0",
"description": "Show a free shipping progress bar.",
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
"keywords": [
"woocommerce",
"wordpress",
"free shipping progress bar"
],
"main": "build/index.js",
"scripts": {
"analyse": "run-s phpcs phplint phpstan psalm -lns",
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"test": "wp-scripts test-unit-js --verbose",
"test:coverage": "wp-scripts test-unit-js --coverage --verbose",
"test:help": "wp-scripts test-unit-js --help",
"test:watch": "wp-scripts test-unit-js --watchAll",
"phpcbf": "composer run phpcbf",
"phpcs": "composer run phpcs",
"phplint": "composer run phplint",
"phpstan": "composer run phpstan",
"psalm": "composer run psalm",
"packages-update": "wp-scripts packages-update"
},
"dependencies": {
"@wordpress/block-editor": "^8.0.0",
"@wordpress/blocks": "^11.1.0",
"autoprefixer": "10.4.4",
"classnames": "^2.3.1",
"eslint": "^7.32.0",
"lodash.kebabcase": "^4.1.1",
"prettier": "npm:[email protected]"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.3",
"@testing-library/react": "12.1.4",
"@wordpress/components": "19.3.0",
"@wordpress/i18n": "4.3.0",
"@wordpress/scripts": "22.3.0",
"npm-run-all": "4.1.5"
}
}