-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.5 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
{
"name": "evans-block-theme",
"version": "1.1.0",
"description": "Evans block theme",
"repository": "github:circlecube/evans-block-theme",
"main": "index.js",
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:js:fix": "wp-scripts lint-js --fix",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:md:js": "wp-scripts lint-md-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"create:dist": "rsync -r --exclude-from=.distignore . ./evans-block-theme",
"php-deps": "composer install --no-dev --optimize-autoloader",
"create:zip": "cd ./evans-block-theme && zip -r -9 ../evans-block-theme.zip . && ls -lh ../evans-block-theme.zip",
"prebuild:cleanup": "rm -rf ./build ./evans-block-theme ./evans-block-theme.zip ./vendor",
"simulate-runner-build": "npm run prebuild:cleanup && npm i && npm run build && npm run create:dist && npm run create:zip"
},
"author": "Evan Mullins",
"license": "GPL-2.0-only",
"dependencies": {
"@wordpress/block-editor": "^5.3.0",
"@wordpress/blocks": "^8.0.0",
"@wordpress/i18n": "^3.19.0"
},
"devDependencies": {
"@wordpress/scripts": "^19.2.1"
}
}