-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
44 lines (44 loc) · 1.19 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
39
40
41
42
43
44
{
"name": "twentytwentyfive",
"private": true,
"version": "0.0.1",
"description": "The default WordPress theme for 2025",
"author": "WordPress",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"theme"
],
"homepage": "https://github.com/WordPress/twentytwentyfive#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/WordPress/twentytwentyfive.git"
},
"bugs": {
"url": "https://github.com/WordPress/twentytwentyfive/issues"
},
"engines": {
"node": ">=20.10.0",
"npm": ">=10.2.3"
},
"devDependencies": {
"@wordpress/stylelint-config": "^22.5.0",
"ajv": "^8.17.1",
"ajv-draft-04": "^1.0.0",
"chalk": "^5.3.0",
"fast-glob": "^3.3.2",
"parse5-html-rewriting-stream": "^7.0.0",
"semver": "^7.6.3",
"string-progressbar": "^1.0.4",
"stylelint": "^14.16.1",
"table": "^6.8.2"
},
"scripts": {
"lint:css": "stylelint **/*.css -i .gitignore",
"lint:css:fix": "stylelint **/*.css -i .gitignore --fix",
"lint:php": "composer run-script lint",
"lint:php:fix": "composer run-script format",
"lint:theme": "node theme-utils.mjs validate-theme",
"lint:patterns:fix": "node theme-utils.mjs escape-patterns --text-domain=twentytwentyfive"
}
}