pages/package.json
thepaperpilot b365e24021
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m16s
Add search plugin
2024-06-01 23:12:17 -05:00

25 lines
1 KiB
JSON

{
"name": "thepaperpilot",
"version": "1.0.0",
"description": "The Paper Pilot Portfolio",
"scripts": {
"serve": "vitepress serve site",
"dev": "vitepress dev site",
"build": "rm -rf ./site/garden && rm -rf ./garden-output && yarn run logseq-export && node build_garden.js && vitepress build site",
"logseq-export": "run-script-os",
"logseq-export:win32": "logseq-export/logseq-export.exe --logseqFolder ./Garden --outputFolder ./garden-output",
"logseq-export:linux": "chmod +x logseq-export/logseq-export && logseq-export/logseq-export --logseqFolder ./Garden --outputFolder ./garden-output"
},
"repository": "git+https://github.com/thepaperpilot/thepaperpilot.github.io.git",
"author": "thepaperpilot",
"license": "ISC",
"homepage": "https://www.thepaperpilot.org/thepaperpilot.github.io",
"dependencies": {
"flexsearch": "^0.7.43",
"run-script-os": "^1.1.6",
"vitepress": "^1.2.2",
"vitepress-plugin-search": "^1.0.4-alpha.22",
"vue": "^3.3.4"
},
"private": true
}