ci: github workflow

This commit is contained in:
2026-04-26 11:46:26 +02:00
parent 75c47f93da
commit a3b0081bb4
7 changed files with 135 additions and 19 deletions
+8 -7
View File
@@ -7,7 +7,7 @@
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" -- && run-p post-build",
"post-build": "node ./post-build.ts",
"post-build": "bun run tsx ./post-build.ts",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
@@ -19,10 +19,10 @@
"dependencies": {
"highlight.js": "^11.11.1",
"katex": "^0.16.45",
"lucide": "^1.3.0",
"lucide": "^1.11.0",
"mermaid": "^11.14.0",
"vue": "^3.5.32",
"vue-router": "^5.0.4"
"vue": "^3.5.33",
"vue-router": "^5.0.6"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.4",
@@ -40,11 +40,12 @@
"oxlint": "~1.60.0",
"prettier": "3.8.3",
"sass-embedded": "^1.99.0",
"typescript": "~6.0.0",
"vite": "^8.0.8",
"tsx": "^4.21.0",
"typescript": "~6.0.3",
"vite": "^8.0.10",
"vite-plugin-markdown": "^2.2.0",
"vite-plugin-vue-devtools": "^8.1.1",
"vue-tsc": "^3.2.6"
"vue-tsc": "^3.2.7"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"