Files
md-blog/package.json
T
klemek 4b02934a42
Lint / Oxlint (push) Successful in 7m41s
Lint / TypeScript (push) Successful in 7m41s
Deploy / Build (push) Successful in 2m42s
Lint / ESLint (push) Successful in 4m29s
Deploy / Deploy to Stapler (push) Successful in 5m3s
chore: release 1.10.0
2026-07-24 12:33:12 +02:00

58 lines
1.7 KiB
JSON

{
"name": "md-blog",
"version": "1.10.0",
"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.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.13.3",
"@vitejs/plugin-vue": "^6.0.8",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.9.0",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.7.0",
"eslint-plugin-oxlint": "~1.60.0",
"eslint-plugin-vue": "~10.8.0",
"feed": "^5.2.1",
"jiti": "^2.7.0",
"npm-run-all2": "^8.0.4",
"oxlint": "~1.60.0",
"prettier": "3.8.3",
"sass-embedded": "^1.100.0",
"tsx": "^4.23.1",
"typescript": "~6.0.3",
"vite": "^8.1.5",
"vite-plugin-javascript-obfuscator": "^3.1.0",
"vite-plugin-markdown": "^2.2.0",
"vite-plugin-vue-devtools": "^8.1.5",
"vue-tsc": "^3.3.7"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}