-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1015 Bytes
/
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
{
"name": "@shelob9/joshmetablock",
"private": true,
"version": "0.1.0",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"test": "yarn test:unit",
"test:unit": "wp-scripts test-unit-js",
"build": "wp-scripts build",
"test:ci": "wp-scripts test-unit-js --passWithNoTests",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"zip": "plugin-machine plugin build && plugin-machine plugin zip",
"upload": "plugin-machine upload"
},
"devDependencies": {
"@babel/core": "^7",
"@testing-library/react": "^12",
"@wordpress/scripts": "^21.0.2"
},
"dependencies": {
"@wordpress/block-editor": "^8.1.1",
"@wordpress/blocks": "^11.2.1",
"@wordpress/components": "^19.4.0",
"@wordpress/element": "^4.1.1",
"@wordpress/i18n": "^4"
}
}