-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.91 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.91 KB
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
45
46
47
48
49
50
51
{
"name": "lsx-design",
"version": "1.5.0",
"private": false,
"description": "is a light-weight, minimalistic and responsive WordPress theme that allows users to create fast, efficient and attractive websites that are feature-rich. We've built it to be fully compatible with WooCommerce, making it an ideal choice for your next eCommerce build. Its lightweight build ensures better load times, a bonus for both user experience and SEO.",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lightspeedwp/lsx-design.git"
},
"keywords": [
"WordPress",
"theme",
"LSX Design"
],
"homepage": "https://github.com/LightspeedWP/lsx-design#readme",
"author": "LightSpeed",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/lightspeedwp/lsx-design/issues"
},
"scripts": {
"build-pot": "wp i18n make-pot . languages/lsxd.pot",
"build-mopo": "rm -R languages/en_EN.mo && cp languages/lsxd.pot languages/en_EN.po && wp i18n make-mo languages",
"translate-US": "cp languages/en_EN.po languages/en_US.po && cp languages/en_EN.mo languages/en_US.mo"
}
"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"
}
}