feat: indieweb standards
Lint / ESLint (push) Successful in 2m3s
Lint / Oxlint (push) Successful in 2m3s
Lint / TypeScript (push) Successful in 2m14s
Deploy / Build (push) Successful in 5m4s
Deploy / Deploy to Stapler (push) Successful in 4m9s

This commit is contained in:
2026-07-20 11:06:21 +02:00
parent 2145c0f703
commit 1079ae9df1
7 changed files with 376 additions and 221 deletions
+15 -15
View File
@@ -21,35 +21,35 @@
"dependencies": {
"@keithclark/shaderview": "https://github.com/keithclark/shaderview/archive/refs/tags/1.2.0.tar.gz",
"highlight.js": "^11.11.1",
"katex": "^0.16.45",
"lucide": "^1.14.0",
"mermaid": "^11.14.0",
"vue": "^3.5.33",
"vue-router": "^5.0.6"
"katex": "^0.16.47",
"lucide": "^1.25.0",
"mermaid": "^11.16.0",
"vue": "^3.5.40",
"vue-router": "^5.2.0"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.4",
"@types/node": "^24.12.2",
"@vitejs/plugin-vue": "^6.0.6",
"@types/node": "^24.13.3",
"@vitejs/plugin-vue": "^6.0.8",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/eslint-config-typescript": "^14.9.0",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.3.0",
"eslint": "^10.7.0",
"eslint-plugin-oxlint": "~1.60.0",
"eslint-plugin-vue": "~10.8.0",
"feed": "^5.2.1",
"jiti": "^2.6.1",
"jiti": "^2.7.0",
"npm-run-all2": "^8.0.4",
"oxlint": "~1.60.0",
"prettier": "3.8.3",
"sass-embedded": "^1.99.0",
"tsx": "^4.21.0",
"sass-embedded": "^1.100.0",
"tsx": "^4.23.1",
"typescript": "~6.0.3",
"vite": "^8.0.10",
"vite": "^8.1.5",
"vite-plugin-javascript-obfuscator": "^3.1.0",
"vite-plugin-markdown": "^2.2.0",
"vite-plugin-vue-devtools": "^8.1.1",
"vue-tsc": "^3.2.7"
"vite-plugin-vue-devtools": "^8.1.5",
"vue-tsc": "^3.3.7"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"