-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.6 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.6 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
{
"name": "kirby-seo-audit",
"type": "module",
"version": "3.2.1",
"private": true,
"packageManager": "pnpm@10.30.3",
"scripts": {
"dev": "PLAYGROUND=true kirbyup serve src/panel/index.js",
"build": "kirbyup src/panel/index.js",
"build:assets": "rm -rf assets && pnpm -C src/assets build",
"build:playground": "PLAYGROUND=true pnpm run build",
"build:zero-one": "ZERO_ONE=true pnpm run build && pnpm run build:assets && node scripts/build-zero-one.mjs",
"prepare:yoastseo": "node scripts/prepare-yoastseo.mjs 26.6",
"prepare:messages": "node scripts/extract-translations.mjs && npx po2json messages.pot messages.json --format jed1.x --domain wordpress-seo && sed -i '' 's/\"wordpress-seo\\\\u0004/\"/g' messages.json",
"test": "vitest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier \"src/panel/**\" --write",
"release": "pnpm run build && pnpm run build:assets && bumpp --all --execute \"npx zx scripts/pre-release.mjs\" && zx scripts/post-release.mjs"
},
"devDependencies": {
"@antfu/eslint-config": "^7.6.1",
"@kirby-tools/licensing": "^0.7.1",
"autoprefixer": "^10.4.27",
"bumpp": "^10.4.1",
"eslint": "^10.0.2",
"gettext-extractor": "^4.0.6",
"happy-dom": "^20.7.0",
"kirbyup": "^3.4.1",
"kirbyuse": "^1.3.0",
"ohash": "^2.0.11",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^3.4.19",
"throttleit": "^2.1.0",
"tinyglobby": "^0.2.15",
"ufo": "^1.6.3",
"vite": "~6.3.7",
"vitest": "^4.0.18",
"yoastseo": "^3.6.0",
"zx": "^8.8.5"
}
}