Files
librodrome/package.json
T
YvvandClaude Fable 5 da2a8aed49
ci/woodpecker/push/woodpecker Pipeline failed
build : @yvv/nuxt-base en git+https + git dans l'étape build Docker
- la dép git+ssh échouait en CI : pas de clé SSH ni de binaire git dans
  l'étape build (ENOENT sur git clone) — seule la prod installait git
- package.json + pnpm-lock : git+https://git.open.us.org/… (#v0.1.0 →
  b1c6a2f, même commit épinglé) — nécessite le repo yvv-nuxt-base public
- git + ca-certificates ajoutés à l'étape build du Dockerfile
- vérifié : pnpm install + build zéro erreur, prod :3099 → 200

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-12 01:13:25 +02:00

43 lines
1.1 KiB
JSON

{
"name": "librodrome",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build && node scripts/fix-esm-imports.mjs",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare && (test -f scripts/copy-pdfjs.sh && sh scripts/copy-pdfjs.sh || true)"
},
"dependencies": {
"@nuxt/content": "^3.11.2",
"@nuxt/image": "^2.0.0",
"@nuxtjs/sitemap": "^8.0.12",
"@pinia/nuxt": "^0.11.3",
"@unocss/nuxt": "^66.6.0",
"@vueuse/nuxt": "^14.2.1",
"@yvv/nuxt-base": "git+https://git.open.us.org/yvv/yvv-nuxt-base.git#v0.1.0",
"better-sqlite3": "^12.6.2",
"nuxt": "^4.3.1",
"nuxt-umami": "^3.2.1",
"pdfjs-dist": "^5.4.624",
"vue": "^3.5.28",
"vue-router": "^4.6.4",
"yaml": "^2.8.2"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.91",
"@iconify-json/ph": "^1.2.2",
"typescript": "^5.9.3",
"unocss": "^66.6.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"better-sqlite3",
"esbuild",
"sharp"
]
}
}