Files
md-blog/package.json
T
klemek cbd83360a6
Lint / Oxlint (push) Successful in 15m8s
Lint / ESLint (push) Successful in 15m12s
Deploy / Build (push) Successful in 16m20s
Deploy / Deploy to Stapler (push) Successful in 9m32s
Lint / Type Check (push) Failing after 1m4s
chore: version 1.9.2
2026-05-02 00:08:51 +02:00

57 lines
1.6 KiB
JSON

{
"name": "md-blog",
"version": "1.9.2",
"private": true,
"type": "module",
"repository": "https://git.klemek.fr/klemek/md-blog",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" -- && run-p post-build",
"post-build": "bun run tsx ./post-build.ts",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "run-s lint:*",
"lint-fix": "run-s lint-fix:*",
"lint:eslint": "eslint . --cache",
"lint:oxlint": "oxlint .",
"lint-fix:eslint": "eslint . --fix --cache",
"lint-fix:oxlint": "oxlint . --fix"
},
"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"
},
"devDependencies": {
"@tsconfig/node24": "^24.0.4",
"@types/node": "^24.12.2",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.3.0",
"eslint-plugin-oxlint": "~1.60.0",
"eslint-plugin-vue": "~10.8.0",
"feed": "^5.2.1",
"jiti": "^2.6.1",
"npm-run-all2": "^8.0.4",
"oxlint": "~1.60.0",
"prettier": "3.8.3",
"sass-embedded": "^1.99.0",
"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.7"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}