mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-05-30 11:31:33 -04:00
VitePress 1.6.4 requires vite ^5.4.14, which has no backport for GHSA-4w7w-66w2-5vf9. An npm override keeps VitePress 1.x while using a patched vite. Deploy workflow now watches package files. Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
336 B
JSON
19 lines
336 B
JSON
{
|
|
"name": "libation",
|
|
"module": "index.ts",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev",
|
|
"docs:build": "vitepress build",
|
|
"docs:preview": "vitepress preview"
|
|
},
|
|
"devDependencies": {
|
|
"vitepress": "^1.6.4"
|
|
},
|
|
"overrides": {
|
|
"vite": "6.4.2"
|
|
}
|
|
}
|