-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.4 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.4 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
{
"name": "integration-features-block",
"version": "0.3.1",
"description": "Gutenberg block for displaying integration features with tier badges and optional accordion descriptions.",
"author": "Code Atlantic",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --experimental-modules",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"type-check": "tsc --noEmit",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --experimental-modules",
"test": "wp-scripts test-unit-js --coverage",
"test:watch": "wp-scripts test-unit-js --watch",
"test:update": "wp-scripts test-unit-js --updateSnapshot"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^18.2.0",
"@types/wordpress__block-editor": "^11.0.0",
"@types/wordpress__blocks": "^12.0.0",
"@types/wordpress__components": "^23.0.0",
"@wordpress/scripts": "^27.0.0",
"typescript": "^5.3.0"
},
"dependencies": {
"@wordpress/block-editor": "^13.0.0",
"@wordpress/blocks": "^13.0.0",
"@wordpress/components": "^30.9.0",
"@wordpress/data": "^10.0.0",
"@wordpress/element": "^6.36.0",
"@wordpress/i18n": "^6.9.0",
"@wordpress/interactivity": "^6.36.0"
}
}