55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "md-blog",
|
|
"version": "1.9.1",
|
|
"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:oxlint": "oxlint . --fix",
|
|
"lint:eslint": "eslint . --fix --cache",
|
|
"format": "prettier --write src/ *.ts *.json"
|
|
},
|
|
"dependencies": {
|
|
"@keithclark/shaderview": "git+https://github.com/keithclark/shaderview",
|
|
"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-typescript": "^14.7.0",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"eslint": "^10.3.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"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"
|
|
}
|
|
}
|