All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- postinstall : test -f avant d'appeler copy-pdfjs.sh (absent pendant pnpm install Docker) - Dockerfile : RUN copy-pdfjs.sh après COPY . . pour copier les fichiers PDF.js - Dockerfile : COPY content/ en production pour Nuxt Content Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
40 lines
962 B
JSON
40 lines
962 B
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",
|
|
"@pinia/nuxt": "^0.11.3",
|
|
"@unocss/nuxt": "^66.6.0",
|
|
"@vueuse/nuxt": "^14.2.1",
|
|
"better-sqlite3": "^12.6.2",
|
|
"nuxt": "^4.3.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"
|
|
]
|
|
}
|
|
}
|