FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
community-themes/package.json at trunk · WordPress/community-themes · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
WordPress
/
community-themes
Public
Notifications
You must be signed in to change notification settings
Fork
38
Star
96
Code
Issues
56
Pull requests
22
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
community-themes
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (32 loc) · 879 Bytes
Breadcrumbs
community-themes
/
package.json
Copy path
File metadata and controls
32 lines (32 loc) · 879 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
community-themes
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
WordPress Community Themes
"
,
"author"
:
"
wordpressdotorg
"
,
"license"
:
"
GPL-2.0
"
,
"engines"
: {
"node"
:
"
>=20.10.0
"
,
"npm"
:
"
>=10.2.3
"
},
"scripts"
: {
"patterns:escape"
:
"
node ./theme-utils.mjs escape-patterns
"
,
"schema:validate"
:
"
node ./theme-utils.mjs validate-schema
"
,
"prepare"
:
"
husky install
"
,
"env:start"
:
"
node env.mjs start
"
,
"env:start:gutenberg"
:
"
node env.mjs start --config .wp-env.gutenberg.json
"
,
"env:stop"
:
"
node env.mjs stop
"
,
"env:destroy"
:
"
node env.mjs destroy
"
},
"devDependencies"
: {
"@wordpress/env"
:
"
^10.0.0
"
,
"ajv"
:
"
^8.16.0
"
,
"ajv-draft-04"
:
"
^1.0.0
"
,
"fs-extra"
:
"
^11.1.0
"
,
"husky"
:
"
^8.0.0
"
,
"inquirer"
:
"
^9.1.4
"
,
"lint-staged"
:
"
^15.2.7
"
,
"parse5-html-rewriting-stream"
:
"
^7.0.0
"
,
"string-progressbar"
:
"
^1.0.4
"
,
"table"
:
"
^6.8.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL