-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 940 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
{
"name": "x3p0-archives",
"version": "1.0.0",
"description": "Archives block for WordPress.",
"author": "justintadlock",
"license": "GPL-2.0+",
"homepage": "https://github.com/x3p0-dev/x3p0-archives",
"scripts": {
"prod": "wp-scripts build --webpack-src-dir=./resources --output-path=public",
"watch": "wp-scripts start --webpack-src-dir=./resources --output-path=public",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip"
},
"devDependencies": {
"@wordpress/scripts": "^22.4.0"
},
"dependencies": {
"@wordpress/block-editor": "^8.5.1",
"@wordpress/blocks": "^11.5.1",
"@wordpress/components": "^19.8.0",
"@wordpress/compose": "^5.17.0",
"@wordpress/element": "^4.17.0",
"@wordpress/i18n": "^4.6.0",
"@wordpress/icons": "^8.2.0",
"classnames": "^2.3.1"
}
}