|
@@ -13,7 +13,7 @@
|
|
|
"docs:serve": "vitepress serve docs",
|
|
"docs:serve": "vitepress serve docs",
|
|
|
"docs:test": "vitest run --config docs/.vitepress/vitest.config.js",
|
|
"docs:test": "vitest run --config docs/.vitepress/vitest.config.js",
|
|
|
"build": "node build.js",
|
|
"build": "node build.js",
|
|
|
- "lint": "prettier --cache --check . && biome lint . && stylelint web/css/src/**/*.css && markdownlint-cli2 *.md docs/**/*.md",
|
|
|
|
|
|
|
+ "lint": "prettier --cache --check . && biome lint . && markdownlint-cli2 *.md docs/**/*.md",
|
|
|
"lint-staged": "lint-staged",
|
|
"lint-staged": "lint-staged",
|
|
|
"format": "prettier --cache --write .",
|
|
"format": "prettier --cache --write .",
|
|
|
"preinstall": "npx only-allow npm",
|
|
"preinstall": "npx only-allow npm",
|
|
@@ -48,8 +48,6 @@
|
|
|
"prettier-plugin-nginx": "^1.0.3",
|
|
"prettier-plugin-nginx": "^1.0.3",
|
|
|
"prettier-plugin-sh": "^0.18.0",
|
|
"prettier-plugin-sh": "^0.18.0",
|
|
|
"prettier-plugin-sql": "^0.19.2",
|
|
"prettier-plugin-sql": "^0.19.2",
|
|
|
- "stylelint": "^16.26.1",
|
|
|
|
|
- "stylelint-config-standard": "^39.0.1",
|
|
|
|
|
"vitepress": "^1.6.4",
|
|
"vitepress": "^1.6.4",
|
|
|
"vitest": "^4.0.14",
|
|
"vitest": "^4.0.14",
|
|
|
"vue": "^3.5.25"
|
|
"vue": "^3.5.25"
|