-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 1.08 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
{
"name": "@x3p0-dev/x3p0-ideas",
"version": "1.0.0",
"author": "Justin Tadlock <justintadlock@gmail.com>",
"homepage": "https://github.com/x3p0-dev/x3p0-ideas",
"scripts": {
"start": "wp-scripts start --webpack-src-dir=resources --output-path=public",
"build": "wp-scripts build --webpack-src-dir=resources --output-path=public",
"lint:php": "composer lint:php",
"zip": "composer zip",
"zip:git": "git archive --format zip --output x3p0-ideas.zip master"
},
"devDependencies": {
"@wordpress/block-editor": "^14.6.0",
"@wordpress/blocks": "^14.0.0",
"@wordpress/components": "^28.11.0",
"@wordpress/core-data": "^7.11.0",
"@wordpress/dom-ready": "^4.11.0",
"@wordpress/element": "^6.11.0",
"@wordpress/hooks": "^4.11.0",
"@wordpress/i18n": "^5.11.0",
"@wordpress/rich-text": "^7.11.0",
"@wordpress/scripts": "^30.4.0",
"@wordpress/token-list": "^3.11.0",
"copy-webpack-plugin": "^12.0.2",
"glob": "^11.0.0",
"npm-check-updates": "^17.1.9",
"path": "^0.12.7",
"webpack-remove-empty-scripts": "^1.0.4"
},
"dependencies": {
"@wordpress/icons": "^10.11.0"
}
}