pages/package.json
thepaperpilot 2acd60899d
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 27s
Automatically add garden pages
2024-06-01 19:24:48 -05:00

23 lines
918 B
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": "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": {
"run-script-os": "^1.1.6",
"vitepress": "^1.2.2",
"vue": "^3.3.4"
},
"private": true
}